Html Css Color HEX #C00E19 Venetian Red

📋 copy color: '#C00E19'

red 192 ◦ green 14 ◦ blue 25

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

Shades of Venetian Red #C00E19

Tints of Venetian Red #C00E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

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

R = 83.12%
G = 6.06%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C00E19 (or 0xC00E19) is known color: Venetian Red. HEX triplet: C0, 0E and 19. RGB value is (192,14,25). Sum of RGB (Red+Green+Blue) = 192+14+25=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00E19 is #3FF1E6. Grayscale: #444444. Windows color (decimal): -4190695 or 1642176. OLE color: 1642176.

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

Color convert

RGB 192 14 25 -
CMYK 0 0.93 0.87 0.25
HSL 356.29º 0.86% 0.4% -
HSV(B) 356.29º 0.93% 0.75% -
XYZ 22.07 11.59 1.99 -
YUV 68.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 192 14 25 0 0.93 0.87 0.25 356.29 0.86 0.4
Hex C0 E 19 0 5D 57 19 164 56 28
Octal 300 16 31 0 135 127 31 544 126 50
Binary 11000000 1110 11001 0 1011101 1010111 11001 101100100 1010110 101000

Color Harmonies of #C00E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E19

Black with #C00E19

Text Example


Text Example

White with #C00E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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