Html Css Color HEX #CF120B Free Speech Red

📋 copy color: '#CF120B'

red 207 ◦ green 18 ◦ blue 11

#CF120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #CF120B

Tints of Free Speech Red #CF120B

RGB

 RED value IS 207 (81.25% from 255) = 87.71%

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 87.71%
G = 7.63%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF120B (or 0xCF120B) is known color: Free Speech Red. HEX triplet: CF, 12 and 0B. RGB value is (207,18,11). Sum of RGB (Red+Green+Blue) = 207+18+11=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF120B is #30EDF4. Grayscale: #494949. Windows color (decimal): -3206645 or 725711. OLE color: 725711.

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

Color convert

RGB 207 18 11 -
CMYK 0 0.91 0.95 0.19
HSL 2.14º 0.9% 0.43% -
HSV(B) 2.14º 0.95% 0.81% -
XYZ 26.01 13.72 1.59 -
YUV 73.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 207 18 11 0 0.91 0.95 0.19 2.14 0.9 0.43
Hex CF 12 B 0 5B 5F 13 2 5A 2B
Octal 317 22 13 0 133 137 23 2 132 53
Binary 11001111 10010 1011 0 1011011 1011111 10011 10 1011010 101011

Color Harmonies of #CF120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF120B

Black with #CF120B

Text Example


Text Example

White with #CF120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF120B; }

 p { color: rgb(207,18,11); }

 H1.HeaderClassName
 {
   color: #CF120B;
 }
 .AnyTagClassName
 {
   color: #CF120B;
 }
</style>

background-color css

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

 a { background-color: rgb(207,18,11); }

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

border-color css

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

 span { border-color: rgb(207,18,11); }

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