Html Css Color HEX #C71104 Free Speech Red

📋 copy color: '#C71104'

red 199 ◦ green 17 ◦ blue 4

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

Shades of Free Speech Red #C71104

Tints of Free Speech Red #C71104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 90.45%
G = 7.73%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C71104 (or 0xC71104) is known color: Free Speech Red. HEX triplet: C7, 11 and 04. RGB value is (199,17,4). Sum of RGB (Red+Green+Blue) = 199+17+4=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C71104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71104 is #38EEFB. Grayscale: #464646. Windows color (decimal): -3731196 or 266695. OLE color: 266695.

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

Color convert

RGB 199 17 4 -
CMYK 0 0.91 0.98 0.22
HSL 0.96% 0.4% -
HSV(B) 0.98% 0.78% -
XYZ 23.78 12.55 1.28 -
YUV 69.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 199 17 4 0 0.91 0.98 0.22 4 0.96 0.4
Hex C7 11 4 0 5B 62 16 4 60 28
Octal 307 21 4 0 133 142 26 4 140 50
Binary 11000111 10001 100 0 1011011 1100010 10110 100 1100000 101000

Color Harmonies of #C71104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71104

Black with #C71104

Text Example


Text Example

White with #C71104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71104; }

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

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

background-color css

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

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

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

border-color css

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

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

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