Html Css Color HEX #C01617 Venetian Red

📋 copy color: '#C01617'

red 192 ◦ green 22 ◦ blue 23

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

Shades of Venetian Red #C01617

Tints of Venetian Red #C01617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 81.01%
G = 9.28%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01617 (or 0xC01617) is known color: Venetian Red. HEX triplet: C0, 16 and 17. RGB value is (192,22,23). Sum of RGB (Red+Green+Blue) = 192+22+23=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01617 is #3FE9E8. Grayscale: #494949. Windows color (decimal): -4188649 or 1513152. OLE color: 1513152.

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

Color convert

RGB 192 22 23 -
CMYK 0 0.89 0.88 0.25
HSL 359.65º 0.79% 0.42% -
HSV(B) 359.65º 0.89% 0.75% -
XYZ 22.18 11.84 1.93 -
YUV 72.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 192 22 23 0 0.89 0.88 0.25 359.65 0.79 0.42
Hex C0 16 17 0 59 58 19 168 4F 2A
Octal 300 26 27 0 131 130 31 550 117 52
Binary 11000000 10110 10111 0 1011001 1011000 11001 101101000 1001111 101010

Color Harmonies of #C01617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01617

Black with #C01617

Text Example


Text Example

White with #C01617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01617; }

 p { color: rgb(192,22,23); }

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

background-color css

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

 a { background-color: rgb(192,22,23); }

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

border-color css

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

 span { border-color: rgb(192,22,23); }

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