Html Css Color HEX #C01317 Venetian Red

📋 copy color: '#C01317'

red 192 ◦ green 19 ◦ blue 23

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

Shades of Venetian Red #C01317

Tints of Venetian Red #C01317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 82.05%
G = 8.12%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01317 (or 0xC01317) is known color: Venetian Red. HEX triplet: C0, 13 and 17. RGB value is (192,19,23). Sum of RGB (Red+Green+Blue) = 192+19+23=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01317 is #3FECE8. Grayscale: #474747. Windows color (decimal): -4189417 or 1512384. OLE color: 1512384.

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

Color convert

RGB 192 19 23 -
CMYK 0 0.90 0.88 0.25
HSL 358.61º 0.82% 0.41% -
HSV(B) 358.61º 0.9% 0.75% -
XYZ 22.13 11.73 1.91 -
YUV 71.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 192 19 23 0 0.90 0.88 0.25 358.61 0.82 0.41
Hex C0 13 17 0 5A 58 19 167 52 29
Octal 300 23 27 0 132 130 31 547 122 51
Binary 11000000 10011 10111 0 1011010 1011000 11001 101100111 1010010 101001

Color Harmonies of #C01317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01317

Black with #C01317

Text Example


Text Example

White with #C01317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01317; }

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

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

background-color css

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

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

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

border-color css

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

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

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