Html Css Color HEX #CC020A Venetian Red

📋 copy color: '#CC020A'

red 204 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #CC020A

Tints of Venetian Red #CC020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 10 (4.3% from 255) = 4.63%

R = 94.44%
G = 0.93%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC020A (or 0xCC020A) is known color: Venetian Red. HEX triplet: CC, 02 and 0A. RGB value is (204,2,10). Sum of RGB (Red+Green+Blue) = 204+2+10=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC020A is #33FDF5. Grayscale: #3F3F3F. Windows color (decimal): -3407350 or 656076. OLE color: 656076.

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

Color convert

RGB 204 2 10 -
CMYK 0 0.99 0.95 0.2
HSL 357.62º 0.98% 0.4% -
HSV(B) 357.62º 0.99% 0.8% -
XYZ 24.98 12.9 1.46 -
YUV 63.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 204 2 10 0 0.99 0.95 0.2 357.62 0.98 0.4
Hex CC 2 A 0 63 5F 14 166 62 28
Octal 314 2 12 0 143 137 24 546 142 50
Binary 11001100 10 1010 0 1100011 1011111 10100 101100110 1100010 101000

Color Harmonies of #CC020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC020A

Black with #CC020A

Text Example


Text Example

White with #CC020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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