Html Css Color HEX #D5024D Razzmatazz

📋 copy color: '#D5024D'

red 213 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #D5024D

Tints of Razzmatazz #D5024D

RGB

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

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

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

R = 72.95%
G = 0.68%
B = 26.37%

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

#D5024D (or 0xD5024D) is known color: Razzmatazz. HEX triplet: D5, 02 and 4D. RGB value is (213,2,77). Sum of RGB (Red+Green+Blue) = 213+2+77=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5024D is #2AFDB2. Grayscale: #494949. Windows color (decimal): -2817459 or 5046997. OLE color: 5046997.

HSL color Cylindrical-coordinate representation of color #D5024D: hue angle of 338.67º 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 #D5024D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 77 -
CMYK 0 0.99 0.64 0.16
HSL 338.67º 0.98% 0.42% -
HSV(B) 338.67º 0.99% 0.84% -
XYZ 28.8 14.73 8.35 -
YUV 73.64 129.9 227.4 -
System Red Green Blue C M Y K H S L
Decimal 213 2 77 0 0.99 0.64 0.16 338.67 0.98 0.42
Hex D5 2 4D 0 63 40 10 153 62 2A
Octal 325 2 115 0 143 100 20 523 142 52
Binary 11010101 10 1001101 0 1100011 1000000 10000 101010011 1100010 101010

Color Harmonies of #D5024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5024D

Black with #D5024D

Text Example


Text Example

White with #D5024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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