Html Css Color HEX #C00219 Venetian Red

📋 copy color: '#C00219'

red 192 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #C00219

Tints of Venetian Red #C00219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 87.67%
G = 0.91%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C00219 (or 0xC00219) is known color: Venetian Red. HEX triplet: C0, 02 and 19. RGB value is (192,2,25). Sum of RGB (Red+Green+Blue) = 192+2+25=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00219 is #3FFDE6. Grayscale: #3D3D3D. Windows color (decimal): -4193767 or 1639104. OLE color: 1639104.

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

Color convert

RGB 192 2 25 -
CMYK 0 0.99 0.87 0.25
HSL 352.74º 0.98% 0.38% -
HSV(B) 352.74º 0.99% 0.75% -
XYZ 21.94 11.32 1.95 -
YUV 61.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 192 2 25 0 0.99 0.87 0.25 352.74 0.98 0.38
Hex C0 2 19 0 63 57 19 161 62 26
Octal 300 2 31 0 143 127 31 541 142 46
Binary 11000000 10 11001 0 1100011 1010111 11001 101100001 1100010 100110

Color Harmonies of #C00219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00219

Black with #C00219

Text Example


Text Example

White with #C00219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00219; }

 p { color: rgb(192,2,25); }

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

background-color css

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

 a { background-color: rgb(192,2,25); }

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

border-color css

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

 span { border-color: rgb(192,2,25); }

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