Html Css Color HEX #D9024C Razzmatazz

📋 copy color: '#D9024C'

red 217 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #D9024C

Tints of Razzmatazz #D9024C

RGB

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

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

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

R = 73.56%
G = 0.68%
B = 25.76%

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

#D9024C (or 0xD9024C) is known color: Razzmatazz. HEX triplet: D9, 02 and 4C. RGB value is (217,2,76). Sum of RGB (Red+Green+Blue) = 217+2+76=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9024C is #26FDB3. Grayscale: #4A4A4A. Windows color (decimal): -2555316 or 4981465. OLE color: 4981465.

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

Color convert

RGB 217 2 76 -
CMYK 0 0.99 0.65 0.15
HSL 339.35º 0.98% 0.43% -
HSV(B) 339.35º 0.99% 0.85% -
XYZ 29.94 15.32 8.22 -
YUV 74.72 128.73 229.48 -
System Red Green Blue C M Y K H S L
Decimal 217 2 76 0 0.99 0.65 0.15 339.35 0.98 0.43
Hex D9 2 4C 0 63 41 F 153 62 2B
Octal 331 2 114 0 143 101 17 523 142 53
Binary 11011001 10 1001100 0 1100011 1000001 1111 101010011 1100010 101011

Color Harmonies of #D9024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9024C

Black with #D9024C

Text Example


Text Example

White with #D9024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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