Html Css Color HEX #CC0213 Venetian Red

📋 copy color: '#CC0213'

red 204 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #CC0213

Tints of Venetian Red #CC0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.44%

R = 90.67%
G = 0.89%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC0213 (or 0xCC0213) is known color: Venetian Red. HEX triplet: CC, 02 and 13. RGB value is (204,2,19). Sum of RGB (Red+Green+Blue) = 204+2+19=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0213 is #33FDEC. Grayscale: #404040. Windows color (decimal): -3407341 or 1245900. OLE color: 1245900.

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

Color convert

RGB 204 2 19 -
CMYK 0 0.99 0.91 0.2
HSL 354.95º 0.98% 0.4% -
HSV(B) 354.95º 0.99% 0.8% -
XYZ 25.04 12.93 1.79 -
YUV 64.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 204 2 19 0 0.99 0.91 0.2 354.95 0.98 0.4
Hex CC 2 13 0 63 5B 14 163 62 28
Octal 314 2 23 0 143 133 24 543 142 50
Binary 11001100 10 10011 0 1100011 1011011 10100 101100011 1100010 101000

Color Harmonies of #CC0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0213

Black with #CC0213

Text Example


Text Example

White with #CC0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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