Html Css Color HEX #C81512 Free Speech Red

📋 copy color: '#C81512'

red 200 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #C81512

Tints of Free Speech Red #C81512

RGB

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

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

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

R = 83.68%
G = 8.79%
B = 7.53%

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

#C81512 (or 0xC81512) is known color: Free Speech Red. HEX triplet: C8, 15 and 12. RGB value is (200,21,18). Sum of RGB (Red+Green+Blue) = 200+21+18=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C81512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81512 is #37EAED. Grayscale: #4A4A4A. Windows color (decimal): -3664622 or 1185224. OLE color: 1185224.

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

Color convert

RGB 200 21 18 -
CMYK 0 0.90 0.91 0.22
HSL 0.99º 0.83% 0.43% -
HSV(B) 0.99º 0.91% 0.78% -
XYZ 24.2 12.86 1.78 -
YUV 74.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 200 21 18 0 0.90 0.91 0.22 0.99 0.83 0.43
Hex C8 15 12 0 5A 5B 16 1 53 2B
Octal 310 25 22 0 132 133 26 1 123 53
Binary 11001000 10101 10010 0 1011010 1011011 10110 1 1010011 101011

Color Harmonies of #C81512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81512

Black with #C81512

Text Example


Text Example

White with #C81512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81512; }

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

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

background-color css

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

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

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

border-color css

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

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

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