Html Css Color HEX #C00802 Free Speech Red

📋 copy color: '#C00802'

red 192 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #C00802

Tints of Free Speech Red #C00802

RGB

 RED value IS 192 (75.39% from 255) = 95.05%

 GREEN value IS 8 (3.52% from 255) = 3.96%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 95.05%
G = 3.96%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00802 (or 0xC00802) is known color: Free Speech Red. HEX triplet: C0, 08 and 02. RGB value is (192,8,2). Sum of RGB (Red+Green+Blue) = 192+8+2=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00802 is #3FF7FD. Grayscale: #3E3E3E. Windows color (decimal): -4192254 or 133312. OLE color: 133312.

HSL color Cylindrical-coordinate representation of color #C00802: hue angle of 1.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 2 -
CMYK 0 0.96 0.99 0.25
HSL 1.89º 0.98% 0.38% -
HSV(B) 1.89º 0.99% 0.75% -
XYZ 21.84 11.38 1.1 -
YUV 62.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 192 8 2 0 0.96 0.99 0.25 1.89 0.98 0.38
Hex C0 8 2 0 60 63 19 2 62 26
Octal 300 10 2 0 140 143 31 2 142 46
Binary 11000000 1000 10 0 1100000 1100011 11001 10 1100010 100110

Color Harmonies of #C00802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00802

Black with #C00802

Text Example


Text Example

White with #C00802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00802; }

 p { color: rgb(192,8,2); }

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

background-color css

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

 a { background-color: rgb(192,8,2); }

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

border-color css

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

 span { border-color: rgb(192,8,2); }

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