Html Css Color HEX #CC0021 Venetian Red

📋 copy color: '#CC0021'

red 204 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #CC0021

Tints of Venetian Red #CC0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 86.08%
G = 0%
B = 13.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0021 (or 0xCC0021) is known color: Venetian Red. HEX triplet: CC, 00 and 21. RGB value is (204,0,33). Sum of RGB (Red+Green+Blue) = 204+0+33=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0021 is #33FFDE. Grayscale: #404040. Windows color (decimal): -3407839 or 2162892. OLE color: 2162892.

HSL color Cylindrical-coordinate representation of color #CC0021: hue angle of 350.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 #CC0021 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 0 33 -
CMYK 0 1 0.84 0.2
HSL 350.29º 1% 0.4% -
HSV(B) 350.29º 1% 0.8% -
XYZ 25.18 12.95 2.61 -
YUV 64.76 110.09 227.32 -
System Red Green Blue C M Y K H S L
Decimal 204 0 33 0 1 0.84 0.2 350.29 1 0.4
Hex CC 0 21 0 64 54 14 15E 64 28
Octal 314 0 41 0 144 124 24 536 144 50
Binary 11001100 0 100001 0 1100100 1010100 10100 101011110 1100100 101000

Color Harmonies of #CC0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0021

Black with #CC0021

Text Example


Text Example

White with #CC0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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