Html Css Color HEX #C01219 Venetian Red

📋 copy color: '#C01219'

red 192 ◦ green 18 ◦ blue 25

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

Shades of Venetian Red #C01219

Tints of Venetian Red #C01219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 81.7%
G = 7.66%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C01219 (or 0xC01219) is known color: Venetian Red. HEX triplet: C0, 12 and 19. RGB value is (192,18,25). Sum of RGB (Red+Green+Blue) = 192+18+25=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C01219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01219 is #3FEDE6. Grayscale: #464646. Windows color (decimal): -4189671 or 1643200. OLE color: 1643200.

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

Color convert

RGB 192 18 25 -
CMYK 0 0.91 0.87 0.25
HSL 357.59º 0.83% 0.41% -
HSV(B) 357.59º 0.91% 0.75% -
XYZ 22.13 11.71 2.01 -
YUV 70.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 192 18 25 0 0.91 0.87 0.25 357.59 0.83 0.41
Hex C0 12 19 0 5B 57 19 166 53 29
Octal 300 22 31 0 133 127 31 546 123 51
Binary 11000000 10010 11001 0 1011011 1010111 11001 101100110 1010011 101001

Color Harmonies of #C01219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01219

Black with #C01219

Text Example


Text Example

White with #C01219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01219; }

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

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

background-color css

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

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

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

border-color css

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

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

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