Html Css Color HEX #CC0E17 Venetian Red

📋 copy color: '#CC0E17'

red 204 ◦ green 14 ◦ blue 23

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

Shades of Venetian Red #CC0E17

Tints of Venetian Red #CC0E17

RGB

 RED value IS 204 (80.08% from 255) = 84.65%

 GREEN value IS 14 (5.86% from 255) = 5.81%

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

R = 84.65%
G = 5.81%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC0E17 (or 0xCC0E17) is known color: Venetian Red. HEX triplet: CC, 0E and 17. RGB value is (204,14,23). Sum of RGB (Red+Green+Blue) = 204+14+23=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0E17 is #33F1E8. Grayscale: #474747. Windows color (decimal): -3404265 or 1511116. OLE color: 1511116.

HSL color Cylindrical-coordinate representation of color #CC0E17: hue angle of 357.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E17 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 14 23 -
CMYK 0 0.93 0.89 0.2
HSL 357.16º 0.87% 0.43% -
HSV(B) 357.16º 0.93% 0.8% -
XYZ 25.21 13.21 2.03 -
YUV 71.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 204 14 23 0 0.93 0.89 0.2 357.16 0.87 0.43
Hex CC E 17 0 5D 59 14 165 57 2B
Octal 314 16 27 0 135 131 24 545 127 53
Binary 11001100 1110 10111 0 1011101 1011001 10100 101100101 1010111 101011

Color Harmonies of #CC0E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E17

Black with #CC0E17

Text Example


Text Example

White with #CC0E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E17; }

 p { color: rgb(204,14,23); }

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

background-color css

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

 a { background-color: rgb(204,14,23); }

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

border-color css

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

 span { border-color: rgb(204,14,23); }

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