Html Css Color HEX #CC1117 Venetian Red

📋 copy color: '#CC1117'

red 204 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #CC1117

Tints of Venetian Red #CC1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.97%

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

R = 83.61%
G = 6.97%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC1117 (or 0xCC1117) is known color: Venetian Red. HEX triplet: CC, 11 and 17. RGB value is (204,17,23). Sum of RGB (Red+Green+Blue) = 204+17+23=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1117 is #33EEE8. Grayscale: #494949. Windows color (decimal): -3403497 or 1511884. OLE color: 1511884.

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

Color convert

RGB 204 17 23 -
CMYK 0 0.92 0.89 0.2
HSL 358.07º 0.85% 0.43% -
HSV(B) 358.07º 0.92% 0.8% -
XYZ 25.26 13.3 2.05 -
YUV 73.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 204 17 23 0 0.92 0.89 0.2 358.07 0.85 0.43
Hex CC 11 17 0 5C 59 14 166 55 2B
Octal 314 21 27 0 134 131 24 546 125 53
Binary 11001100 10001 10111 0 1011100 1011001 10100 101100110 1010101 101011

Color Harmonies of #CC1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1117

Black with #CC1117

Text Example


Text Example

White with #CC1117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1117; }

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

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

background-color css

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

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

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

border-color css

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

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

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