Html Css Color HEX #D3024D Razzmatazz

📋 copy color: '#D3024D'

red 211 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #D3024D

Tints of Razzmatazz #D3024D

RGB

 RED value IS 211 (82.81% from 255) = 72.76%

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

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

R = 72.76%
G = 0.69%
B = 26.55%

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

#D3024D (or 0xD3024D) is known color: Razzmatazz. HEX triplet: D3, 02 and 4D. RGB value is (211,2,77). Sum of RGB (Red+Green+Blue) = 211+2+77=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3024D is #2CFDB2. Grayscale: #484848. Windows color (decimal): -2948531 or 5046995. OLE color: 5046995.

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

Color convert

RGB 211 2 77 -
CMYK 0 0.99 0.64 0.17
HSL 338.47º 0.98% 0.42% -
HSV(B) 338.47º 0.99% 0.83% -
XYZ 28.23 14.43 8.32 -
YUV 73.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 211 2 77 0 0.99 0.64 0.17 338.47 0.98 0.42
Hex D3 2 4D 0 63 40 11 152 62 2A
Octal 323 2 115 0 143 100 21 522 142 52
Binary 11010011 10 1001101 0 1100011 1000000 10001 101010010 1100010 101010

Color Harmonies of #D3024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3024D

Black with #D3024D

Text Example


Text Example

White with #D3024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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