Html Css Color HEX #C70F08 Free Speech Red

📋 copy color: '#C70F08'

red 199 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #C70F08

Tints of Free Speech Red #C70F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 89.64%
G = 6.76%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C70F08 (or 0xC70F08) is known color: Free Speech Red. HEX triplet: C7, 0F and 08. RGB value is (199,15,8). Sum of RGB (Red+Green+Blue) = 199+15+8=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F08 is #38F0F7. Grayscale: #454545. Windows color (decimal): -3731704 or 528327. OLE color: 528327.

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

Color convert

RGB 199 15 8 -
CMYK 0 0.92 0.96 0.22
HSL 2.2º 0.92% 0.41% -
HSV(B) 2.2º 0.96% 0.78% -
XYZ 23.77 12.5 1.39 -
YUV 69.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 199 15 8 0 0.92 0.96 0.22 2.2 0.92 0.41
Hex C7 F 8 0 5C 60 16 2 5C 29
Octal 307 17 10 0 134 140 26 2 134 51
Binary 11000111 1111 1000 0 1011100 1100000 10110 10 1011100 101001

Color Harmonies of #C70F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F08

Black with #C70F08

Text Example


Text Example

White with #C70F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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