Html Css Color HEX #C71412 Free Speech Red

📋 copy color: '#C71412'

red 199 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #C71412

Tints of Free Speech Red #C71412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 83.97%
G = 8.44%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71412 (or 0xC71412) is known color: Free Speech Red. HEX triplet: C7, 14 and 12. RGB value is (199,20,18). Sum of RGB (Red+Green+Blue) = 199+20+18=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C71412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71412 is #38EBED. Grayscale: #494949. Windows color (decimal): -3730414 or 1184967. OLE color: 1184967.

HSL color Cylindrical-coordinate representation of color #C71412: hue angle of 0.66º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71412 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 18 -
CMYK 0 0.90 0.91 0.22
HSL 0.66º 0.83% 0.43% -
HSV(B) 0.66º 0.91% 0.78% -
XYZ 23.91 12.69 1.76 -
YUV 73.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 199 20 18 0 0.90 0.91 0.22 0.66 0.83 0.43
Hex C7 14 12 0 5A 5B 16 1 53 2B
Octal 307 24 22 0 132 133 26 1 123 53
Binary 11000111 10100 10010 0 1011010 1011011 10110 1 1010011 101011

Color Harmonies of #C71412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71412

Black with #C71412

Text Example


Text Example

White with #C71412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71412; }

 p { color: rgb(199,20,18); }

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

background-color css

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

 a { background-color: rgb(199,20,18); }

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

border-color css

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

 span { border-color: rgb(199,20,18); }

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