Html Css Color HEX #C80005 Venetian Red

📋 copy color: '#C80005'

red 200 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #C80005

Tints of Venetian Red #C80005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.44%

R = 97.56%
G = 0%
B = 2.44%

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

#C80005 (or 0xC80005) is known color: Venetian Red. HEX triplet: C8, 00 and 05. RGB value is (200,0,5). Sum of RGB (Red+Green+Blue) = 200+0+5=205 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.56% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 200 - color contains mainly: red. Hex color #C80005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80005 is #37FFFA. Grayscale: #3C3C3C. Windows color (decimal): -3670011 or 327880. OLE color: 327880.

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

Color convert

RGB 200 0 5 -
CMYK 0 1 0.98 0.22
HSL 358.5º 1% 0.39% -
HSV(B) 358.5º 1% 0.78% -
XYZ 23.85 12.29 1.26 -
YUV 60.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 200 0 5 0 1 0.98 0.22 358.5 1 0.39
Hex C8 0 5 0 64 62 16 166 64 27
Octal 310 0 5 0 144 142 26 546 144 47
Binary 11001000 0 101 0 1100100 1100010 10110 101100110 1100100 100111

Color Harmonies of #C80005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80005

Black with #C80005

Text Example


Text Example

White with #C80005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80005; }

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

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

background-color css

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

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

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

border-color css

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

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

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