Html Css Color HEX #CC020D Venetian Red

📋 copy color: '#CC020D'

red 204 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #CC020D

Tints of Venetian Red #CC020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.94%

R = 93.15%
G = 0.91%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC020D (or 0xCC020D) is known color: Venetian Red. HEX triplet: CC, 02 and 0D. RGB value is (204,2,13). Sum of RGB (Red+Green+Blue) = 204+2+13=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC020D is #33FDF2. Grayscale: #3F3F3F. Windows color (decimal): -3407347 or 852684. OLE color: 852684.

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

Color convert

RGB 204 2 13 -
CMYK 0 0.99 0.94 0.2
HSL 356.73º 0.98% 0.4% -
HSV(B) 356.73º 0.99% 0.8% -
XYZ 25 12.91 1.56 -
YUV 63.65 99.42 228.11 -
System Red Green Blue C M Y K H S L
Decimal 204 2 13 0 0.99 0.94 0.2 356.73 0.98 0.4
Hex CC 2 D 0 63 5E 14 165 62 28
Octal 314 2 15 0 143 136 24 545 142 50
Binary 11001100 10 1101 0 1100011 1011110 10100 101100101 1100010 101000

Color Harmonies of #CC020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC020D

Black with #CC020D

Text Example


Text Example

White with #CC020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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