Html Css Color HEX #CC050F Venetian Red

📋 copy color: '#CC050F'

red 204 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #CC050F

Tints of Venetian Red #CC050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 91.07%
G = 2.23%
B = 6.7%

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

#CC050F (or 0xCC050F) is known color: Venetian Red. HEX triplet: CC, 05 and 0F. RGB value is (204,5,15). Sum of RGB (Red+Green+Blue) = 204+5+15=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC050F is #33FAF0. Grayscale: #414141. Windows color (decimal): -3406577 or 984524. OLE color: 984524.

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

Color convert

RGB 204 5 15 -
CMYK 0 0.98 0.93 0.2
HSL 356.98º 0.95% 0.41% -
HSV(B) 356.98º 0.98% 0.8% -
XYZ 25.04 12.98 1.64 -
YUV 65.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 204 5 15 0 0.98 0.93 0.2 356.98 0.95 0.41
Hex CC 5 F 0 62 5D 14 165 5F 29
Octal 314 5 17 0 142 135 24 545 137 51
Binary 11001100 101 1111 0 1100010 1011101 10100 101100101 1011111 101001

Color Harmonies of #CC050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC050F

Black with #CC050F

Text Example


Text Example

White with #CC050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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