Html Css Color HEX #D5024C Razzmatazz

📋 copy color: '#D5024C'

red 213 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #D5024C

Tints of Razzmatazz #D5024C

RGB

 RED value IS 213 (83.59% from 255) = 73.2%

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

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 73.2%
G = 0.69%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5024C (or 0xD5024C) is known color: Razzmatazz. HEX triplet: D5, 02 and 4C. RGB value is (213,2,76). Sum of RGB (Red+Green+Blue) = 213+2+76=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5024C is #2AFDB3. Grayscale: #494949. Windows color (decimal): -2817460 or 4981461. OLE color: 4981461.

HSL color Cylindrical-coordinate representation of color #D5024C: hue angle of 338.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5024C is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 76 -
CMYK 0 0.99 0.64 0.16
HSL 338.96º 0.98% 0.42% -
HSV(B) 338.96º 0.99% 0.84% -
XYZ 28.77 14.71 8.16 -
YUV 73.53 129.4 227.48 -
System Red Green Blue C M Y K H S L
Decimal 213 2 76 0 0.99 0.64 0.16 338.96 0.98 0.42
Hex D5 2 4C 0 63 40 10 153 62 2A
Octal 325 2 114 0 143 100 20 523 142 52
Binary 11010101 10 1001100 0 1100011 1000000 10000 101010011 1100010 101010

Color Harmonies of #D5024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5024C

Black with #D5024C

Text Example


Text Example

White with #D5024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5024C; }

 p { color: rgb(213,2,76); }

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

background-color css

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

 a { background-color: rgb(213,2,76); }

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

border-color css

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

 span { border-color: rgb(213,2,76); }

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