Html Css Color HEX #C80413 Venetian Red

📋 copy color: '#C80413'

red 200 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #C80413

Tints of Venetian Red #C80413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 89.69%
G = 1.79%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80413 (or 0xC80413) is known color: Venetian Red. HEX triplet: C8, 04 and 13. RGB value is (200,4,19). Sum of RGB (Red+Green+Blue) = 200+4+19=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80413 is #37FBEC. Grayscale: #404040. Windows color (decimal): -3668973 or 1246408. OLE color: 1246408.

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

Color convert

RGB 200 4 19 -
CMYK 0 0.98 0.90 0.22
HSL 355.41º 0.96% 0.4% -
HSV(B) 355.41º 0.98% 0.78% -
XYZ 23.98 12.41 1.75 -
YUV 64.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 200 4 19 0 0.98 0.90 0.22 355.41 0.96 0.4
Hex C8 4 13 0 62 5A 16 163 60 28
Octal 310 4 23 0 142 132 26 543 140 50
Binary 11001000 100 10011 0 1100010 1011010 10110 101100011 1100000 101000

Color Harmonies of #C80413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80413

Black with #C80413

Text Example


Text Example

White with #C80413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80413; }

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

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

background-color css

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

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

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

border-color css

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

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

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