Html Css Color HEX #CC041E Venetian Red

📋 copy color: '#CC041E'

red 204 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #CC041E

Tints of Venetian Red #CC041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 85.71%
G = 1.68%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC041E (or 0xCC041E) is known color: Venetian Red. HEX triplet: CC, 04 and 1E. RGB value is (204,4,30). Sum of RGB (Red+Green+Blue) = 204+4+30=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC041E is #33FBE1. Grayscale: #424242. Windows color (decimal): -3406818 or 1967308. OLE color: 1967308.

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

Color convert

RGB 204 4 30 -
CMYK 0 0.98 0.85 0.2
HSL 352.2º 0.96% 0.41% -
HSV(B) 352.2º 0.98% 0.8% -
XYZ 25.18 13.02 2.41 -
YUV 66.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 204 4 30 0 0.98 0.85 0.2 352.2 0.96 0.41
Hex CC 4 1E 0 62 55 14 160 60 29
Octal 314 4 36 0 142 125 24 540 140 51
Binary 11001100 100 11110 0 1100010 1010101 10100 101100000 1100000 101001

Color Harmonies of #CC041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC041E

Black with #CC041E

Text Example


Text Example

White with #CC041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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