Html Css Color HEX #C80E06 Free Speech Red

📋 copy color: '#C80E06'

red 200 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #C80E06

Tints of Free Speech Red #C80E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.36%

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

R = 90.91%
G = 6.36%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C80E06 (or 0xC80E06) is known color: Free Speech Red. HEX triplet: C8, 0E and 06. RGB value is (200,14,6). Sum of RGB (Red+Green+Blue) = 200+14+6=220 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.91% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E06 is #37F1F9. Grayscale: #444444. Windows color (decimal): -3666426 or 397000. OLE color: 397000.

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

Color convert

RGB 200 14 6 -
CMYK 0 0.93 0.97 0.22
HSL 2.47º 0.94% 0.4% -
HSV(B) 2.47º 0.97% 0.78% -
XYZ 24.01 12.61 1.34 -
YUV 68.7 92.62 221.65 -
System Red Green Blue C M Y K H S L
Decimal 200 14 6 0 0.93 0.97 0.22 2.47 0.94 0.4
Hex C8 E 6 0 5D 61 16 2 5E 28
Octal 310 16 6 0 135 141 26 2 136 50
Binary 11001000 1110 110 0 1011101 1100001 10110 10 1011110 101000

Color Harmonies of #C80E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E06

Black with #C80E06

Text Example


Text Example

White with #C80E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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