Html Css Color HEX #CC0525 Venetian Red

📋 copy color: '#CC0525'

red 204 ◦ green 5 ◦ blue 37

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

Shades of Venetian Red #CC0525

Tints of Venetian Red #CC0525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 82.93%
G = 2.03%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC0525 (or 0xCC0525) is known color: Venetian Red. HEX triplet: CC, 05 and 25. RGB value is (204,5,37). Sum of RGB (Red+Green+Blue) = 204+5+37=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0525 is #33FADA. Grayscale: #444444. Windows color (decimal): -3406555 or 2426316. OLE color: 2426316.

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

Color convert

RGB 204 5 37 -
CMYK 0 0.98 0.82 0.2
HSL 350.35º 0.95% 0.41% -
HSV(B) 350.35º 0.98% 0.8% -
XYZ 25.29 13.08 2.94 -
YUV 68.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 204 5 37 0 0.98 0.82 0.2 350.35 0.95 0.41
Hex CC 5 25 0 62 52 14 15E 5F 29
Octal 314 5 45 0 142 122 24 536 137 51
Binary 11001100 101 100101 0 1100010 1010010 10100 101011110 1011111 101001

Color Harmonies of #CC0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0525

Black with #CC0525

Text Example


Text Example

White with #CC0525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0525; }

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

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

background-color css

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

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

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

border-color css

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

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

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