Html Css Color HEX #CC0010 Venetian Red

📋 copy color: '#CC0010'

red 204 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #CC0010

Tints of Venetian Red #CC0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.73%
G = 0%
B = 7.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC0010 (or 0xCC0010) is known color: Venetian Red. HEX triplet: CC, 00 and 10. RGB value is (204,0,16). Sum of RGB (Red+Green+Blue) = 204+0+16=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0010 is #33FFEF. Grayscale: #3E3E3E. Windows color (decimal): -3407856 or 1048780. OLE color: 1048780.

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

Color convert

RGB 204 0 16 -
CMYK 0 1 0.92 0.2
HSL 355.29º 1% 0.4% -
HSV(B) 355.29º 1% 0.8% -
XYZ 25 12.87 1.66 -
YUV 62.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 204 0 16 0 1 0.92 0.2 355.29 1 0.4
Hex CC 0 10 0 64 5C 14 163 64 28
Octal 314 0 20 0 144 134 24 543 144 50
Binary 11001100 0 10000 0 1100100 1011100 10100 101100011 1100100 101000

Color Harmonies of #CC0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0010

Black with #CC0010

Text Example


Text Example

White with #CC0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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