Html Css Color HEX #C81211 Free Speech Red

📋 copy color: '#C81211'

red 200 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #C81211

Tints of Free Speech Red #C81211

RGB

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

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

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

R = 85.11%
G = 7.66%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81211 (or 0xC81211) is known color: Free Speech Red. HEX triplet: C8, 12 and 11. RGB value is (200,18,17). Sum of RGB (Red+Green+Blue) = 200+18+17=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C81211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81211 is #37EDEE. Grayscale: #484848. Windows color (decimal): -3665391 or 1118920. OLE color: 1118920.

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

Color convert

RGB 200 18 17 -
CMYK 0 0.91 0.92 0.22
HSL 0.33º 0.84% 0.43% -
HSV(B) 0.33º 0.92% 0.78% -
XYZ 24.14 12.75 1.72 -
YUV 72.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 200 18 17 0 0.91 0.92 0.22 0.33 0.84 0.43
Hex C8 12 11 0 5B 5C 16 0 54 2B
Octal 310 22 21 0 133 134 26 0 124 53
Binary 11001000 10010 10001 0 1011011 1011100 10110 0 1010100 101011

Color Harmonies of #C81211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81211

Black with #C81211

Text Example


Text Example

White with #C81211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81211; }

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

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

background-color css

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

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

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

border-color css

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

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

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