Html Css Color HEX #CC024D Razzmatazz

📋 copy color: '#CC024D'

red 204 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #CC024D

Tints of Razzmatazz #CC024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 72.08%
G = 0.71%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC024D (or 0xCC024D) is known color: Razzmatazz. HEX triplet: CC, 02 and 4D. RGB value is (204,2,77). Sum of RGB (Red+Green+Blue) = 204+2+77=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC024D is #33FDB2. Grayscale: #464646. Windows color (decimal): -3407283 or 5046988. OLE color: 5046988.

HSL color Cylindrical-coordinate representation of color #CC024D: hue angle of 337.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC024D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 77 -
CMYK 0 0.99 0.62 0.2
HSL 337.72º 0.98% 0.4% -
HSV(B) 337.72º 0.99% 0.8% -
XYZ 26.26 13.42 8.23 -
YUV 70.95 131.42 222.9 -
System Red Green Blue C M Y K H S L
Decimal 204 2 77 0 0.99 0.62 0.2 337.72 0.98 0.4
Hex CC 2 4D 0 63 3E 14 152 62 28
Octal 314 2 115 0 143 76 24 522 142 50
Binary 11001100 10 1001101 0 1100011 111110 10100 101010010 1100010 101000

Color Harmonies of #CC024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC024D

Black with #CC024D

Text Example


Text Example

White with #CC024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC024D; }

 p { color: rgb(204,2,77); }

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

background-color css

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

 a { background-color: rgb(204,2,77); }

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

border-color css

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

 span { border-color: rgb(204,2,77); }

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