Html Css Color HEX #D9024B Razzmatazz

📋 copy color: '#D9024B'

red 217 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #D9024B

Tints of Razzmatazz #D9024B

RGB

 RED value IS 217 (85.16% from 255) = 73.81%

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 73.81%
G = 0.68%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9024B (or 0xD9024B) is known color: Razzmatazz. HEX triplet: D9, 02 and 4B. RGB value is (217,2,75). Sum of RGB (Red+Green+Blue) = 217+2+75=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9024B is #26FDB4. Grayscale: #4A4A4A. Windows color (decimal): -2555317 or 4915929. OLE color: 4915929.

HSL color Cylindrical-coordinate representation of color #D9024B: hue angle of 339.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9024B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 75 -
CMYK 0 0.99 0.65 0.15
HSL 339.63º 0.98% 0.43% -
HSV(B) 339.63º 0.99% 0.85% -
XYZ 29.91 15.3 8.03 -
YUV 74.61 128.23 229.56 -
System Red Green Blue C M Y K H S L
Decimal 217 2 75 0 0.99 0.65 0.15 339.63 0.98 0.43
Hex D9 2 4B 0 63 41 F 154 62 2B
Octal 331 2 113 0 143 101 17 524 142 53
Binary 11011001 10 1001011 0 1100011 1000001 1111 101010100 1100010 101011

Color Harmonies of #D9024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9024B

Black with #D9024B

Text Example


Text Example

White with #D9024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9024B; }

 p { color: rgb(217,2,75); }

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

background-color css

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

 a { background-color: rgb(217,2,75); }

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

border-color css

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

 span { border-color: rgb(217,2,75); }

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