Html Css Color HEX #CF120F Free Speech Red

📋 copy color: '#CF120F'

red 207 ◦ green 18 ◦ blue 15

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

Shades of Free Speech Red #CF120F

Tints of Free Speech Red #CF120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 86.25%
G = 7.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF120F (or 0xCF120F) is known color: Free Speech Red. HEX triplet: CF, 12 and 0F. RGB value is (207,18,15). Sum of RGB (Red+Green+Blue) = 207+18+15=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF120F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF120F is #30EDF0. Grayscale: #4A4A4A. Windows color (decimal): -3206641 or 987855. OLE color: 987855.

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

Color convert

RGB 207 18 15 -
CMYK 0 0.91 0.93 0.19
HSL 0.94º 0.86% 0.44% -
HSV(B) 0.94º 0.93% 0.81% -
XYZ 26.03 13.73 1.73 -
YUV 74.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 207 18 15 0 0.91 0.93 0.19 0.94 0.86 0.44
Hex CF 12 F 0 5B 5D 13 1 56 2C
Octal 317 22 17 0 133 135 23 1 126 54
Binary 11001111 10010 1111 0 1011011 1011101 10011 1 1010110 101100

Color Harmonies of #CF120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF120F

Black with #CF120F

Text Example


Text Example

White with #CF120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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