Html Css Color HEX #CC051E Venetian Red

📋 copy color: '#CC051E'

red 204 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #CC051E

Tints of Venetian Red #CC051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 85.36%
G = 2.09%
B = 12.55%

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

#CC051E (or 0xCC051E) is known color: Venetian Red. HEX triplet: CC, 05 and 1E. RGB value is (204,5,30). Sum of RGB (Red+Green+Blue) = 204+5+30=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC051E is #33FAE1. Grayscale: #434343. Windows color (decimal): -3406562 or 1967564. OLE color: 1967564.

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

Color convert

RGB 204 5 30 -
CMYK 0 0.98 0.85 0.2
HSL 352.46º 0.95% 0.41% -
HSV(B) 352.46º 0.98% 0.8% -
XYZ 25.19 13.04 2.42 -
YUV 67.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 204 5 30 0 0.98 0.85 0.2 352.46 0.95 0.41
Hex CC 5 1E 0 62 55 14 160 5F 29
Octal 314 5 36 0 142 125 24 540 137 51
Binary 11001100 101 11110 0 1100010 1010101 10100 101100000 1011111 101001

Color Harmonies of #CC051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC051E

Black with #CC051E

Text Example


Text Example

White with #CC051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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