Html Css Color HEX #C80408 Venetian Red

📋 copy color: '#C80408'

red 200 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #C80408

Tints of Venetian Red #C80408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 94.34%
G = 1.89%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80408 (or 0xC80408) is known color: Venetian Red. HEX triplet: C8, 04 and 08. RGB value is (200,4,8). Sum of RGB (Red+Green+Blue) = 200+4+8=212 (28% of max value = 765). Red value is 200 (78.52% from 255 or 94.34% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 200 - color contains mainly: red. Hex color #C80408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80408 is #37FBF7. Grayscale: #3F3F3F. Windows color (decimal): -3668984 or 525512. OLE color: 525512.

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

Color convert

RGB 200 4 8 -
CMYK 0 0.98 0.96 0.22
HSL 358.78º 0.96% 0.4% -
HSV(B) 358.78º 0.98% 0.78% -
XYZ 23.91 12.38 1.36 -
YUV 63.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 200 4 8 0 0.98 0.96 0.22 358.78 0.96 0.4
Hex C8 4 8 0 62 60 16 167 60 28
Octal 310 4 10 0 142 140 26 547 140 50
Binary 11001000 100 1000 0 1100010 1100000 10110 101100111 1100000 101000

Color Harmonies of #C80408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80408

Black with #C80408

Text Example


Text Example

White with #C80408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80408; }

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

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

background-color css

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

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

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

border-color css

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

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

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