Html Css Color HEX #C00519 Venetian Red

📋 copy color: '#C00519'

red 192 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #C00519

Tints of Venetian Red #C00519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 86.49%
G = 2.25%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C00519 (or 0xC00519) is known color: Venetian Red. HEX triplet: C0, 05 and 19. RGB value is (192,5,25). Sum of RGB (Red+Green+Blue) = 192+5+25=222 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.49% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 192 - color contains mainly: red. Hex color #C00519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00519 is #3FFAE6. Grayscale: #3F3F3F. Windows color (decimal): -4192999 or 1639872. OLE color: 1639872.

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

Color convert

RGB 192 5 25 -
CMYK 0 0.97 0.87 0.25
HSL 353.58º 0.95% 0.39% -
HSV(B) 353.58º 0.97% 0.75% -
XYZ 21.97 11.39 1.96 -
YUV 63.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 192 5 25 0 0.97 0.87 0.25 353.58 0.95 0.39
Hex C0 5 19 0 61 57 19 162 5F 27
Octal 300 5 31 0 141 127 31 542 137 47
Binary 11000000 101 11001 0 1100001 1010111 11001 101100010 1011111 100111

Color Harmonies of #C00519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00519

Black with #C00519

Text Example


Text Example

White with #C00519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00519; }

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

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

background-color css

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

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

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

border-color css

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

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

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