Html Css Color HEX #C01217 Venetian Red

📋 copy color: '#C01217'

red 192 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #C01217

Tints of Venetian Red #C01217

RGB

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

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

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

R = 82.4%
G = 7.73%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01217 (or 0xC01217) is known color: Venetian Red. HEX triplet: C0, 12 and 17. RGB value is (192,18,23). Sum of RGB (Red+Green+Blue) = 192+18+23=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01217 is #3FEDE8. Grayscale: #464646. Windows color (decimal): -4189673 or 1512128. OLE color: 1512128.

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

Color convert

RGB 192 18 23 -
CMYK 0 0.91 0.88 0.25
HSL 358.28º 0.83% 0.41% -
HSV(B) 358.28º 0.91% 0.75% -
XYZ 22.11 11.7 1.9 -
YUV 70.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 192 18 23 0 0.91 0.88 0.25 358.28 0.83 0.41
Hex C0 12 17 0 5B 58 19 166 53 29
Octal 300 22 27 0 133 130 31 546 123 51
Binary 11000000 10010 10111 0 1011011 1011000 11001 101100110 1010011 101001

Color Harmonies of #C01217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01217

Black with #C01217

Text Example


Text Example

White with #C01217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01217; }

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

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

background-color css

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

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

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

border-color css

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

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

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