Html Css Color HEX #CC050E Venetian Red

📋 copy color: '#CC050E'

red 204 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #CC050E

Tints of Venetian Red #CC050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 91.48%
G = 2.24%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC050E (or 0xCC050E) is known color: Venetian Red. HEX triplet: CC, 05 and 0E. RGB value is (204,5,14). Sum of RGB (Red+Green+Blue) = 204+5+14=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC050E is #33FAF1. Grayscale: #414141. Windows color (decimal): -3406578 or 918988. OLE color: 918988.

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

Color convert

RGB 204 5 14 -
CMYK 0 0.98 0.93 0.2
HSL 357.29º 0.95% 0.41% -
HSV(B) 357.29º 0.98% 0.8% -
XYZ 25.04 12.98 1.6 -
YUV 65.53 98.93 226.77 -
System Red Green Blue C M Y K H S L
Decimal 204 5 14 0 0.98 0.93 0.2 357.29 0.95 0.41
Hex CC 5 E 0 62 5D 14 165 5F 29
Octal 314 5 16 0 142 135 24 545 137 51
Binary 11001100 101 1110 0 1100010 1011101 10100 101100101 1011111 101001

Color Harmonies of #CC050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC050E

Black with #CC050E

Text Example


Text Example

White with #CC050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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