Html Css Color HEX #C80906 Free Speech Red

📋 copy color: '#C80906'

red 200 ◦ green 9 ◦ blue 6

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

Shades of Free Speech Red #C80906

Tints of Free Speech Red #C80906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 93.02%
G = 4.19%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C80906 (or 0xC80906) is known color: Free Speech Red. HEX triplet: C8, 09 and 06. RGB value is (200,9,6). Sum of RGB (Red+Green+Blue) = 200+9+6=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C80906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80906 is #37F6F9. Grayscale: #414141. Windows color (decimal): -3667706 or 395720. OLE color: 395720.

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

Color convert

RGB 200 9 6 -
CMYK 0 0.96 0.97 0.22
HSL 0.93º 0.94% 0.4% -
HSV(B) 0.93º 0.97% 0.78% -
XYZ 23.95 12.49 1.32 -
YUV 65.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 200 9 6 0 0.96 0.97 0.22 0.93 0.94 0.4
Hex C8 9 6 0 60 61 16 1 5E 28
Octal 310 11 6 0 140 141 26 1 136 50
Binary 11001000 1001 110 0 1100000 1100001 10110 1 1011110 101000

Color Harmonies of #C80906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80906

Black with #C80906

Text Example


Text Example

White with #C80906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80906; }

 p { color: rgb(200,9,6); }

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

background-color css

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

 a { background-color: rgb(200,9,6); }

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

border-color css

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

 span { border-color: rgb(200,9,6); }

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