#CB120F

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

Shades of Free Speech Red #CB120F

Tints of Free Speech Red #CB120F

Color information

#CB120F (or 0xCB120F) is unknown color: approx Free Speech Red. HEX triplet: CB, 12 and 0F. RGB value is (203,18,15). Sum of RGB (Red+Green+Blue) = 203+18+15=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB120F is #34EDF0. Grayscale: #494949. Windows color (decimal): -3468785 or 987851. OLE color: 987851.

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

Color convert

RGB2031815-
CMYK00.910.930.20
HSL0.96º86.24%42.75%-
HSV(B)0.96º92.61%79.61%-
XYZ24.9313.161.68-
YUV72.9795.29220.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 86.02%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=86.02%
G=7.63%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203181500.910.930.200.9686.2442.75
HexCB12F05B5D141562b
Octal3132217013313524112653
Binary110010111001011110101101110111011010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB120F; }

 p { color: rgb(203,18,15); }

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

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

 a { background-color: rgb(203,18,15); }

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

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

 span { border-color: rgb(203,18,15); }

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