Html Css Color HEX #C81511 Free Speech Red

📋 copy color: '#C81511'

red 200 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #C81511

Tints of Free Speech Red #C81511

RGB

 RED value IS 200 (78.52% from 255) = 84.03%

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

 BLUE value IS 17 (7.03% from 255) = 7.14%

R = 84.03%
G = 8.82%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81511 (or 0xC81511) is known color: Free Speech Red. HEX triplet: C8, 15 and 11. RGB value is (200,21,17). Sum of RGB (Red+Green+Blue) = 200+21+17=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C81511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81511 is #37EAEE. Grayscale: #4A4A4A. Windows color (decimal): -3664623 or 1119688. OLE color: 1119688.

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

Color convert

RGB 200 21 17 -
CMYK 0 0.90 0.92 0.22
HSL 1.31º 0.84% 0.43% -
HSV(B) 1.31º 0.92% 0.78% -
XYZ 24.19 12.86 1.74 -
YUV 74.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 200 21 17 0 0.90 0.92 0.22 1.31 0.84 0.43
Hex C8 15 11 0 5A 5C 16 1 54 2B
Octal 310 25 21 0 132 134 26 1 124 53
Binary 11001000 10101 10001 0 1011010 1011100 10110 1 1010100 101011

Color Harmonies of #C81511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81511

Black with #C81511

Text Example


Text Example

White with #C81511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81511; }

 p { color: rgb(200,21,17); }

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

background-color css

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

 a { background-color: rgb(200,21,17); }

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

border-color css

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

 span { border-color: rgb(200,21,17); }

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