Html Css Color HEX #C00019 Venetian Red

📋 copy color: '#C00019'

red 192 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #C00019

Tints of Venetian Red #C00019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.48%
G = 0%
B = 11.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C00019 (or 0xC00019) is known color: Venetian Red. HEX triplet: C0, 00 and 19. RGB value is (192,0,25). Sum of RGB (Red+Green+Blue) = 192+0+25=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C00019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00019 is #3FFFE6. Grayscale: #3C3C3C. Windows color (decimal): -4194279 or 1638592. OLE color: 1638592.

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

Color convert

RGB 192 0 25 -
CMYK 0 1 0.87 0.25
HSL 352.19º 1% 0.38% -
HSV(B) 352.19º 1% 0.75% -
XYZ 21.91 11.28 1.94 -
YUV 60.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 192 0 25 0 1 0.87 0.25 352.19 1 0.38
Hex C0 0 19 0 64 57 19 160 64 26
Octal 300 0 31 0 144 127 31 540 144 46
Binary 11000000 0 11001 0 1100100 1010111 11001 101100000 1100100 100110

Color Harmonies of #C00019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00019

Black with #C00019

Text Example


Text Example

White with #C00019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00019; }

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

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

background-color css

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

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

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

border-color css

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

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

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