Html Css Color HEX #C8120D Free Speech Red

📋 copy color: '#C8120D'

red 200 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #C8120D

Tints of Free Speech Red #C8120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 86.58%
G = 7.79%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8120D (or 0xC8120D) is known color: Free Speech Red. HEX triplet: C8, 12 and 0D. RGB value is (200,18,13). Sum of RGB (Red+Green+Blue) = 200+18+13=231 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.58% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 200 - color contains mainly: red. Hex color #C8120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8120D is #37EDF2. Grayscale: #484848. Windows color (decimal): -3665395 or 856776. OLE color: 856776.

HSL color Cylindrical-coordinate representation of color #C8120D: hue angle of 1.6º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8120D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 18 13 -
CMYK 0 0.91 0.94 0.22
HSL 1.6º 0.88% 0.42% -
HSV(B) 1.6º 0.94% 0.78% -
XYZ 24.11 12.74 1.57 -
YUV 71.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 200 18 13 0 0.91 0.94 0.22 1.6 0.88 0.42
Hex C8 12 D 0 5B 5E 16 2 58 2A
Octal 310 22 15 0 133 136 26 2 130 52
Binary 11001000 10010 1101 0 1011011 1011110 10110 10 1011000 101010

Color Harmonies of #C8120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8120D

Black with #C8120D

Text Example


Text Example

White with #C8120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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