Html Css Color HEX #C01415 Venetian Red

📋 copy color: '#C01415'

red 192 ◦ green 20 ◦ blue 21

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

Shades of Venetian Red #C01415

Tints of Venetian Red #C01415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 82.4%
G = 8.58%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01415 (or 0xC01415) is known color: Venetian Red. HEX triplet: C0, 14 and 15. RGB value is (192,20,21). Sum of RGB (Red+Green+Blue) = 192+20+21=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01415 is #3FEBEA. Grayscale: #474747. Windows color (decimal): -4189163 or 1381568. OLE color: 1381568.

HSL color Cylindrical-coordinate representation of color #C01415: hue angle of 359.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01415 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 21 -
CMYK 0 0.90 0.89 0.25
HSL 359.65º 0.81% 0.42% -
HSV(B) 359.65º 0.9% 0.75% -
XYZ 22.12 11.76 1.81 -
YUV 71.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 192 20 21 0 0.90 0.89 0.25 359.65 0.81 0.42
Hex C0 14 15 0 5A 59 19 168 51 2A
Octal 300 24 25 0 132 131 31 550 121 52
Binary 11000000 10100 10101 0 1011010 1011001 11001 101101000 1010001 101010

Color Harmonies of #C01415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01415

Black with #C01415

Text Example


Text Example

White with #C01415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01415; }

 p { color: rgb(192,20,21); }

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

background-color css

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

 a { background-color: rgb(192,20,21); }

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

border-color css

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

 span { border-color: rgb(192,20,21); }

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