Html Css Color HEX #CC0A10 Venetian Red

📋 copy color: '#CC0A10'

red 204 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #CC0A10

Tints of Venetian Red #CC0A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 88.7%
G = 4.35%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC0A10 (or 0xCC0A10) is known color: Venetian Red. HEX triplet: CC, 0A and 10. RGB value is (204,10,16). Sum of RGB (Red+Green+Blue) = 204+10+16=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A10 is #33F5EF. Grayscale: #444444. Windows color (decimal): -3405296 or 1051340. OLE color: 1051340.

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

Color convert

RGB 204 10 16 -
CMYK 0 0.95 0.92 0.2
HSL 358.14º 0.91% 0.42% -
HSV(B) 358.14º 0.95% 0.8% -
XYZ 25.1 13.09 1.69 -
YUV 68.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 204 10 16 0 0.95 0.92 0.2 358.14 0.91 0.42
Hex CC A 10 0 5F 5C 14 166 5B 2A
Octal 314 12 20 0 137 134 24 546 133 52
Binary 11001100 1010 10000 0 1011111 1011100 10100 101100110 1011011 101010

Color Harmonies of #CC0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A10

Black with #CC0A10

Text Example


Text Example

White with #CC0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A10; }

 p { color: rgb(204,10,16); }

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

background-color css

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

 a { background-color: rgb(204,10,16); }

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

border-color css

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

 span { border-color: rgb(204,10,16); }

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