Html Css Color HEX #C80204 Venetian Red

📋 copy color: '#C80204'

red 200 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #C80204

Tints of Venetian Red #C80204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 97.09%
G = 0.97%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80204 (or 0xC80204) is known color: Venetian Red. HEX triplet: C8, 02 and 04. RGB value is (200,2,4). Sum of RGB (Red+Green+Blue) = 200+2+4=206 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.09% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 200 - color contains mainly: red. Hex color #C80204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80204 is #37FDFB. Grayscale: #3D3D3D. Windows color (decimal): -3669500 or 262856. OLE color: 262856.

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

Color convert

RGB 200 2 4 -
CMYK 0 0.99 0.98 0.22
HSL 359.39º 0.98% 0.4% -
HSV(B) 359.39º 0.99% 0.78% -
XYZ 23.86 12.33 1.24 -
YUV 61.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 200 2 4 0 0.99 0.98 0.22 359.39 0.98 0.4
Hex C8 2 4 0 63 62 16 167 62 28
Octal 310 2 4 0 143 142 26 547 142 50
Binary 11001000 10 100 0 1100011 1100010 10110 101100111 1100010 101000

Color Harmonies of #C80204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80204

Black with #C80204

Text Example


Text Example

White with #C80204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80204; }

 p { color: rgb(200,2,4); }

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

background-color css

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

 a { background-color: rgb(200,2,4); }

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

border-color css

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

 span { border-color: rgb(200,2,4); }

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