Html Css Color HEX #CC041D Venetian Red

📋 copy color: '#CC041D'

red 204 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #CC041D

Tints of Venetian Red #CC041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 86.08%
G = 1.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC041D (or 0xCC041D) is known color: Venetian Red. HEX triplet: CC, 04 and 1D. RGB value is (204,4,29). Sum of RGB (Red+Green+Blue) = 204+4+29=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC041D is #33FBE2. Grayscale: #424242. Windows color (decimal): -3406819 or 1901772. OLE color: 1901772.

HSL color Cylindrical-coordinate representation of color #CC041D: hue angle of 352.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC041D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 29 -
CMYK 0 0.98 0.86 0.2
HSL 352.5º 0.96% 0.41% -
HSV(B) 352.5º 0.98% 0.8% -
XYZ 25.17 13.01 2.35 -
YUV 66.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 204 4 29 0 0.98 0.86 0.2 352.5 0.96 0.41
Hex CC 4 1D 0 62 56 14 160 60 29
Octal 314 4 35 0 142 126 24 540 140 51
Binary 11001100 100 11101 0 1100010 1010110 10100 101100000 1100000 101001

Color Harmonies of #CC041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC041D

Black with #CC041D

Text Example


Text Example

White with #CC041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC041D; }

 p { color: rgb(204,4,29); }

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

background-color css

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

 a { background-color: rgb(204,4,29); }

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

border-color css

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

 span { border-color: rgb(204,4,29); }

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