Html Css Color HEX #D4024C Razzmatazz

📋 copy color: '#D4024C'

red 212 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #D4024C

Tints of Razzmatazz #D4024C

RGB

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

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

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

R = 73.1%
G = 0.69%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4024C (or 0xD4024C) is known color: Razzmatazz. HEX triplet: D4, 02 and 4C. RGB value is (212,2,76). Sum of RGB (Red+Green+Blue) = 212+2+76=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4024C is #2BFDB3. Grayscale: #494949. Windows color (decimal): -2882996 or 4981460. OLE color: 4981460.

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

Color convert

RGB 212 2 76 -
CMYK 0 0.99 0.64 0.17
HSL 338.86º 0.98% 0.42% -
HSV(B) 338.86º 0.99% 0.83% -
XYZ 28.48 14.56 8.15 -
YUV 73.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 212 2 76 0 0.99 0.64 0.17 338.86 0.98 0.42
Hex D4 2 4C 0 63 40 11 153 62 2A
Octal 324 2 114 0 143 100 21 523 142 52
Binary 11010100 10 1001100 0 1100011 1000000 10001 101010011 1100010 101010

Color Harmonies of #D4024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4024C

Black with #D4024C

Text Example


Text Example

White with #D4024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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