Html Css Color HEX #CF0F07 Free Speech Red

📋 copy color: '#CF0F07'

red 207 ◦ green 15 ◦ blue 7

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

Shades of Free Speech Red #CF0F07

Tints of Free Speech Red #CF0F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.55%

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 90.39%
G = 6.55%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0F07 (or 0xCF0F07) is known color: Free Speech Red. HEX triplet: CF, 0F and 07. RGB value is (207,15,7). Sum of RGB (Red+Green+Blue) = 207+15+7=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F07 is #30F0F8. Grayscale: #474747. Windows color (decimal): -3207417 or 462799. OLE color: 462799.

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

Color convert

RGB 207 15 7 -
CMYK 0 0.93 0.97 0.19
HSL 2.4º 0.93% 0.42% -
HSV(B) 2.4º 0.97% 0.81% -
XYZ 25.94 13.62 1.46 -
YUV 71.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 207 15 7 0 0.93 0.97 0.19 2.4 0.93 0.42
Hex CF F 7 0 5D 61 13 2 5D 2A
Octal 317 17 7 0 135 141 23 2 135 52
Binary 11001111 1111 111 0 1011101 1100001 10011 10 1011101 101010

Color Harmonies of #CF0F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F07

Black with #CF0F07

Text Example


Text Example

White with #CF0F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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