Html Css Color HEX #C00413 Venetian Red

📋 copy color: '#C00413'

red 192 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #C00413

Tints of Venetian Red #C00413

RGB

 RED value IS 192 (75.39% from 255) = 89.3%

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

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

R = 89.3%
G = 1.86%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C00413 (or 0xC00413) is known color: Venetian Red. HEX triplet: C0, 04 and 13. RGB value is (192,4,19). Sum of RGB (Red+Green+Blue) = 192+4+19=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C00413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00413 is #3FFBEC. Grayscale: #3E3E3E. Windows color (decimal): -4193261 or 1246400. OLE color: 1246400.

HSL color Cylindrical-coordinate representation of color #C00413: hue angle of 355.21º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00413 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 19 -
CMYK 0 0.98 0.90 0.25
HSL 355.21º 0.96% 0.38% -
HSV(B) 355.21º 0.98% 0.75% -
XYZ 21.9 11.34 1.65 -
YUV 61.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 192 4 19 0 0.98 0.90 0.25 355.21 0.96 0.38
Hex C0 4 13 0 62 5A 19 163 60 26
Octal 300 4 23 0 142 132 31 543 140 46
Binary 11000000 100 10011 0 1100010 1011010 11001 101100011 1100000 100110

Color Harmonies of #C00413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00413

Black with #C00413

Text Example


Text Example

White with #C00413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00413; }

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

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

background-color css

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

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

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

border-color css

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

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

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