Html Css Color HEX #C71512 Free Speech Red

📋 copy color: '#C71512'

red 199 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #C71512

Tints of Free Speech Red #C71512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 83.61%
G = 8.82%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71512 (or 0xC71512) is known color: Free Speech Red. HEX triplet: C7, 15 and 12. RGB value is (199,21,18). Sum of RGB (Red+Green+Blue) = 199+21+18=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C71512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71512 is #38EAED. Grayscale: #4A4A4A. Windows color (decimal): -3730158 or 1185223. OLE color: 1185223.

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

Color convert

RGB 199 21 18 -
CMYK 0 0.89 0.91 0.22
HSL 0.99º 0.83% 0.43% -
HSV(B) 0.99º 0.91% 0.78% -
XYZ 23.93 12.72 1.77 -
YUV 73.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 199 21 18 0 0.89 0.91 0.22 0.99 0.83 0.43
Hex C7 15 12 0 59 5B 16 1 53 2B
Octal 307 25 22 0 131 133 26 1 123 53
Binary 11000111 10101 10010 0 1011001 1011011 10110 1 1010011 101011

Color Harmonies of #C71512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71512

Black with #C71512

Text Example


Text Example

White with #C71512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71512; }

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

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

background-color css

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

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

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

border-color css

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

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

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