Html Css Color HEX #C70F04 Free Speech Red

📋 copy color: '#C70F04'

red 199 ◦ green 15 ◦ blue 4

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

Shades of Free Speech Red #C70F04

Tints of Free Speech Red #C70F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 91.28%
G = 6.88%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C70F04 (or 0xC70F04) is known color: Free Speech Red. HEX triplet: C7, 0F and 04. RGB value is (199,15,4). Sum of RGB (Red+Green+Blue) = 199+15+4=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F04 is #38F0FB. Grayscale: #444444. Windows color (decimal): -3731708 or 266183. OLE color: 266183.

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

Color convert

RGB 199 15 4 -
CMYK 0 0.92 0.98 0.22
HSL 3.38º 0.96% 0.4% -
HSV(B) 3.38º 0.98% 0.78% -
XYZ 23.75 12.49 1.27 -
YUV 68.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 199 15 4 0 0.92 0.98 0.22 3.38 0.96 0.4
Hex C7 F 4 0 5C 62 16 3 60 28
Octal 307 17 4 0 134 142 26 3 140 50
Binary 11000111 1111 100 0 1011100 1100010 10110 11 1100000 101000

Color Harmonies of #C70F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F04

Black with #C70F04

Text Example


Text Example

White with #C70F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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