Html Css Color HEX #C70F06 Free Speech Red

📋 copy color: '#C70F06'

red 199 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #C70F06

Tints of Free Speech Red #C70F06

RGB

 RED value IS 199 (78.13% from 255) = 90.45%

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 90.45%
G = 6.82%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C70F06 (or 0xC70F06) is known color: Free Speech Red. HEX triplet: C7, 0F and 06. RGB value is (199,15,6). Sum of RGB (Red+Green+Blue) = 199+15+6=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F06 is #38F0F9. Grayscale: #454545. Windows color (decimal): -3731706 or 397255. OLE color: 397255.

HSL color Cylindrical-coordinate representation of color #C70F06: hue angle of 2.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70F06 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 15 6 -
CMYK 0 0.92 0.97 0.22
HSL 2.8º 0.94% 0.4% -
HSV(B) 2.8º 0.97% 0.78% -
XYZ 23.76 12.5 1.33 -
YUV 68.99 92.46 220.73 -
System Red Green Blue C M Y K H S L
Decimal 199 15 6 0 0.92 0.97 0.22 2.8 0.94 0.4
Hex C7 F 6 0 5C 61 16 3 5E 28
Octal 307 17 6 0 134 141 26 3 136 50
Binary 11000111 1111 110 0 1011100 1100001 10110 11 1011110 101000

Color Harmonies of #C70F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F06

Black with #C70F06

Text Example


Text Example

White with #C70F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F06; }

 p { color: rgb(199,15,6); }

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

background-color css

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

 a { background-color: rgb(199,15,6); }

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

border-color css

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

 span { border-color: rgb(199,15,6); }

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