Html Css Color HEX #C71212 Free Speech Red

📋 copy color: '#C71212'

red 199 ◦ green 18 ◦ blue 18

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

Shades of Free Speech Red #C71212

Tints of Free Speech Red #C71212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 84.68%
G = 7.66%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71212 (or 0xC71212) is known color: Free Speech Red. HEX triplet: C7, 12 and 12. RGB value is (199,18,18). Sum of RGB (Red+Green+Blue) = 199+18+18=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C71212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71212 is #38EDED. Grayscale: #484848. Windows color (decimal): -3730926 or 1184455. OLE color: 1184455.

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

Color convert

RGB 199 18 18 -
CMYK 0 0.91 0.91 0.22
HSL 0.83% 0.43% -
HSV(B) 0.91% 0.78% -
XYZ 23.88 12.62 1.75 -
YUV 72.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 199 18 18 0 0.91 0.91 0.22 0 0.83 0.43
Hex C7 12 12 0 5B 5B 16 0 53 2B
Octal 307 22 22 0 133 133 26 0 123 53
Binary 11000111 10010 10010 0 1011011 1011011 10110 0 1010011 101011

Color Harmonies of #C71212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71212

Black with #C71212

Text Example


Text Example

White with #C71212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71212; }

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

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

background-color css

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

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

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

border-color css

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

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

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