Html Css Color HEX #D4024B Razzmatazz

📋 copy color: '#D4024B'

red 212 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #D4024B

Tints of Razzmatazz #D4024B

RGB

 RED value IS 212 (83.2% from 255) = 73.36%

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

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

R = 73.36%
G = 0.69%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4024B (or 0xD4024B) is known color: Razzmatazz. HEX triplet: D4, 02 and 4B. RGB value is (212,2,75). Sum of RGB (Red+Green+Blue) = 212+2+75=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4024B is #2BFDB4. Grayscale: #494949. Windows color (decimal): -2882997 or 4915924. OLE color: 4915924.

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

Color convert

RGB 212 2 75 -
CMYK 0 0.99 0.65 0.17
HSL 339.14º 0.98% 0.42% -
HSV(B) 339.14º 0.99% 0.83% -
XYZ 28.44 14.55 7.97 -
YUV 73.11 129.07 227.06 -
System Red Green Blue C M Y K H S L
Decimal 212 2 75 0 0.99 0.65 0.17 339.14 0.98 0.42
Hex D4 2 4B 0 63 41 11 153 62 2A
Octal 324 2 113 0 143 101 21 523 142 52
Binary 11010100 10 1001011 0 1100011 1000001 10001 101010011 1100010 101010

Color Harmonies of #D4024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4024B

Black with #D4024B

Text Example


Text Example

White with #D4024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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