Html Css Color HEX #CC020E Venetian Red

📋 copy color: '#CC020E'

red 204 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #CC020E

Tints of Venetian Red #CC020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 92.73%
G = 0.91%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC020E (or 0xCC020E) is known color: Venetian Red. HEX triplet: CC, 02 and 0E. RGB value is (204,2,14). Sum of RGB (Red+Green+Blue) = 204+2+14=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC020E is #33FDF1. Grayscale: #3F3F3F. Windows color (decimal): -3407346 or 918220. OLE color: 918220.

HSL color Cylindrical-coordinate representation of color #CC020E: hue angle of 356.44º 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 #CC020E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 14 -
CMYK 0 0.99 0.93 0.2
HSL 356.44º 0.98% 0.4% -
HSV(B) 356.44º 0.99% 0.8% -
XYZ 25 12.91 1.59 -
YUV 63.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 204 2 14 0 0.99 0.93 0.2 356.44 0.98 0.4
Hex CC 2 E 0 63 5D 14 164 62 28
Octal 314 2 16 0 143 135 24 544 142 50
Binary 11001100 10 1110 0 1100011 1011101 10100 101100100 1100010 101000

Color Harmonies of #CC020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC020E

Black with #CC020E

Text Example


Text Example

White with #CC020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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