Html Css Color HEX #CC0029 Venetian Red

📋 copy color: '#CC0029'

red 204 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #CC0029

Tints of Venetian Red #CC0029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 83.27%
G = 0%
B = 16.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC0029 (or 0xCC0029) is known color: Venetian Red. HEX triplet: CC, 00 and 29. RGB value is (204,0,41). Sum of RGB (Red+Green+Blue) = 204+0+41=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0029 is #33FFD6. Grayscale: #414141. Windows color (decimal): -3407831 or 2687180. OLE color: 2687180.

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

Color convert

RGB 204 0 41 -
CMYK 0 1 0.80 0.2
HSL 347.94º 1% 0.4% -
HSV(B) 347.94º 1% 0.8% -
XYZ 25.3 13 3.27 -
YUV 65.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 204 0 41 0 1 0.80 0.2 347.94 1 0.4
Hex CC 0 29 0 64 50 14 15C 64 28
Octal 314 0 51 0 144 120 24 534 144 50
Binary 11001100 0 101001 0 1100100 1010000 10100 101011100 1100100 101000

Color Harmonies of #CC0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0029

Black with #CC0029

Text Example


Text Example

White with #CC0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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