#CB130B

Color #CB130B Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #CB130B

Tints of Free Speech Red #CB130B

Color information

#CB130B (or 0xCB130B) is unknown color: approx Free Speech Red. HEX triplet: CB, 13 and 0B. RGB value is (203,19,11). Sum of RGB (Red+Green+Blue) = 203+19+11=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB130B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB130B is #34ECF4. Grayscale: #494949. Windows color (decimal): -3468533 or 725963. OLE color: 725963.

HSL color Cylindrical-coordinate representation of color #CB130B: hue angle of 2.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB130B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB2031911-
CMYK00.910.950.20
HSL2.5º89.72%41.96%-
HSV(B)2.5º94.58%79.61%-
XYZ24.9213.191.55-
YUV73.192.96220.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 87.12%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=87.12%
G=8.15%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203191100.910.950.202.589.7241.96
HexCB13B05B5F1435a2a
Octal3132313013313724313252
Binary1100101110011101101011011101111110100111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB130B; }

 p { color: rgb(203,19,11); }

 H1.HeaderClassName
 {
   color: #CB130B;
 }
 .AnyTagClassName
 {
   color: #CB130B;
 }
</style>
background-color css

<style>
 a { background-color: #CB130B; }

 a { background-color: rgb(203,19,11); }

 div.DivClassName
 {
   background-color: #CB130B;
 }
 .BgClassName
 {
   background-color: #CB130B;
 }
</style>
border-color css

<style>
 span { border-color: #CB130B; }

 span { border-color: rgb(203,19,11); }

 td.TdClassName
 {
   border-color: #CB130B;
 }
 .TagClassName
 {
   border-color: #CB130B;
 }
</style>