Html Css Color HEX #CC0117 Venetian Red

📋 copy color: '#CC0117'

red 204 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #CC0117

Tints of Venetian Red #CC0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 89.47%
G = 0.44%
B = 10.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC0117 (or 0xCC0117) is known color: Venetian Red. HEX triplet: CC, 01 and 17. RGB value is (204,1,23). Sum of RGB (Red+Green+Blue) = 204+1+23=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0117 is #33FEE8. Grayscale: #404040. Windows color (decimal): -3407593 or 1507788. OLE color: 1507788.

HSL color Cylindrical-coordinate representation of color #CC0117: hue angle of 353.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0117 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 23 -
CMYK 0 1.00 0.89 0.2
HSL 353.5º 0.99% 0.4% -
HSV(B) 353.5º 1% 0.8% -
XYZ 25.07 12.92 1.98 -
YUV 64.21 104.75 227.71 -
System Red Green Blue C M Y K H S L
Decimal 204 1 23 0 1.00 0.89 0.2 353.5 0.99 0.4
Hex CC 1 17 0 64 59 14 161 63 28
Octal 314 1 27 0 144 131 24 541 143 50
Binary 11001100 1 10111 0 1100100 1011001 10100 101100001 1100011 101000

Color Harmonies of #CC0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0117

Black with #CC0117

Text Example


Text Example

White with #CC0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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