Html Css Color HEX #C80004 Venetian Red

📋 copy color: '#C80004'

red 200 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C80004

Tints of Venetian Red #C80004

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 98.04%
G = 0%
B = 1.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C80004 (or 0xC80004) is known color: Venetian Red. HEX triplet: C8, 00 and 04. RGB value is (200,0,4). Sum of RGB (Red+Green+Blue) = 200+0+4=204 (27% of max value = 765). Red value is 200 (78.52% from 255 or 98.04% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 200 - color contains mainly: red. Hex color #C80004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80004 is #37FFFB. Grayscale: #3C3C3C. Windows color (decimal): -3670012 or 262344. OLE color: 262344.

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

Color convert

RGB 200 0 4 -
CMYK 0 1 0.98 0.22
HSL 358.8º 1% 0.39% -
HSV(B) 358.8º 1% 0.78% -
XYZ 23.84 12.29 1.23 -
YUV 60.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 200 0 4 0 1 0.98 0.22 358.8 1 0.39
Hex C8 0 4 0 64 62 16 167 64 27
Octal 310 0 4 0 144 142 26 547 144 47
Binary 11001000 0 100 0 1100100 1100010 10110 101100111 1100100 100111

Color Harmonies of #C80004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80004

Black with #C80004

Text Example


Text Example

White with #C80004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80004; }

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

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

background-color css

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

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

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

border-color css

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

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

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