Html Css Color HEX #C80B08 Free Speech Red

📋 copy color: '#C80B08'

red 200 ◦ green 11 ◦ blue 8

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

Shades of Free Speech Red #C80B08

Tints of Free Speech Red #C80B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

 BLUE value IS 8 (3.52% from 255) = 3.65%

R = 91.32%
G = 5.02%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80B08 (or 0xC80B08) is known color: Free Speech Red. HEX triplet: C8, 0B and 08. RGB value is (200,11,8). Sum of RGB (Red+Green+Blue) = 200+11+8=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B08 is #37F4F7. Grayscale: #434343. Windows color (decimal): -3667192 or 527304. OLE color: 527304.

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

Color convert

RGB 200 11 8 -
CMYK 0 0.94 0.96 0.22
HSL 0.94º 0.92% 0.41% -
HSV(B) 0.94º 0.96% 0.78% -
XYZ 23.98 12.54 1.39 -
YUV 67.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 200 11 8 0 0.94 0.96 0.22 0.94 0.92 0.41
Hex C8 B 8 0 5E 60 16 1 5C 29
Octal 310 13 10 0 136 140 26 1 134 51
Binary 11001000 1011 1000 0 1011110 1100000 10110 1 1011100 101001

Color Harmonies of #C80B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B08

Black with #C80B08

Text Example


Text Example

White with #C80B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B08; }

 p { color: rgb(200,11,8); }

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

background-color css

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

 a { background-color: rgb(200,11,8); }

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

border-color css

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

 span { border-color: rgb(200,11,8); }

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