Html Css Color HEX #C01213 Venetian Red

📋 copy color: '#C01213'

red 192 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #C01213

Tints of Venetian Red #C01213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 83.84%
G = 7.86%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01213 (or 0xC01213) is known color: Venetian Red. HEX triplet: C0, 12 and 13. RGB value is (192,18,19). Sum of RGB (Red+Green+Blue) = 192+18+19=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C01213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01213 is #3FEDEC. Grayscale: #464646. Windows color (decimal): -4189677 or 1249984. OLE color: 1249984.

HSL color Cylindrical-coordinate representation of color #C01213: hue angle of 359.66º 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 #C01213 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 19 -
CMYK 0 0.91 0.90 0.25
HSL 359.66º 0.83% 0.41% -
HSV(B) 359.66º 0.91% 0.75% -
XYZ 22.07 11.69 1.71 -
YUV 70.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 192 18 19 0 0.91 0.90 0.25 359.66 0.83 0.41
Hex C0 12 13 0 5B 5A 19 168 53 29
Octal 300 22 23 0 133 132 31 550 123 51
Binary 11000000 10010 10011 0 1011011 1011010 11001 101101000 1010011 101001

Color Harmonies of #C01213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01213

Black with #C01213

Text Example


Text Example

White with #C01213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01213; }

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

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

background-color css

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

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

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

border-color css

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

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

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