Html Css Color HEX #C00420 Venetian Red

📋 copy color: '#C00420'

red 192 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #C00420

Tints of Venetian Red #C00420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 84.21%
G = 1.75%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C00420 (or 0xC00420) is known color: Venetian Red. HEX triplet: C0, 04 and 20. RGB value is (192,4,32). Sum of RGB (Red+Green+Blue) = 192+4+32=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C00420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00420 is #3FFBDF. Grayscale: #3F3F3F. Windows color (decimal): -4193248 or 2098368. OLE color: 2098368.

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

Color convert

RGB 192 4 32 -
CMYK 0 0.98 0.83 0.25
HSL 351.06º 0.96% 0.38% -
HSV(B) 351.06º 0.98% 0.75% -
XYZ 22.04 11.4 2.4 -
YUV 63.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 192 4 32 0 0.98 0.83 0.25 351.06 0.96 0.38
Hex C0 4 20 0 62 53 19 15F 60 26
Octal 300 4 40 0 142 123 31 537 140 46
Binary 11000000 100 100000 0 1100010 1010011 11001 101011111 1100000 100110

Color Harmonies of #C00420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00420

Black with #C00420

Text Example


Text Example

White with #C00420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00420; }

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

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

background-color css

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

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

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

border-color css

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

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

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