Html Css Color HEX #C71004 Free Speech Red

📋 copy color: '#C71004'

red 199 ◦ green 16 ◦ blue 4

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

Shades of Free Speech Red #C71004

Tints of Free Speech Red #C71004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 90.87%
G = 7.31%
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

#C71004 (or 0xC71004) is known color: Free Speech Red. HEX triplet: C7, 10 and 04. RGB value is (199,16,4). Sum of RGB (Red+Green+Blue) = 199+16+4=219 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.87% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 199 - color contains mainly: red. Hex color #C71004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71004 is #38EFFB. Grayscale: #454545. Windows color (decimal): -3731452 or 266439. OLE color: 266439.

HSL color Cylindrical-coordinate representation of color #C71004: hue angle of 3.69º 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 #C71004 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 4 -
CMYK 0 0.92 0.98 0.22
HSL 3.69º 0.96% 0.4% -
HSV(B) 3.69º 0.98% 0.78% -
XYZ 23.76 12.52 1.28 -
YUV 69.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 199 16 4 0 0.92 0.98 0.22 3.69 0.96 0.4
Hex C7 10 4 0 5C 62 16 4 60 28
Octal 307 20 4 0 134 142 26 4 140 50
Binary 11000111 10000 100 0 1011100 1100010 10110 100 1100000 101000

Color Harmonies of #C71004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71004

Black with #C71004

Text Example


Text Example

White with #C71004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71004; }

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

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

background-color css

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

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

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

border-color css

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

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

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