Html Css Color HEX #D24A4B Mandy

📋 copy color: '#D24A4B'

red 210 ◦ green 74 ◦ blue 75

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

Shades of Mandy #D24A4B

Tints of Mandy #D24A4B

RGB

 RED value IS 210 (82.42% from 255) = 58.5%

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 58.5%
G = 20.61%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D24A4B (or 0xD24A4B) is known color: Mandy. HEX triplet: D2, 4A and 4B. RGB value is (210,74,75). Sum of RGB (Red+Green+Blue) = 210+74+75=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A4B is #2DB5B4. Grayscale: #727272. Windows color (decimal): -2995637 or 4934354. OLE color: 4934354.

HSL color Cylindrical-coordinate representation of color #D24A4B: hue angle of 359.56º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A4B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 74 75 -
CMYK 0 0.65 0.64 0.18
HSL 359.56º 0.6% 0.56% -
HSV(B) 359.56º 0.65% 0.82% -
XYZ 30.3 19.11 8.75 -
YUV 114.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 210 74 75 0 0.65 0.64 0.18 359.56 0.6 0.56
Hex D2 4A 4B 0 41 40 12 168 3C 38
Octal 322 112 113 0 101 100 22 550 74 70
Binary 11010010 1001010 1001011 0 1000001 1000000 10010 101101000 111100 111000

Color Harmonies of #D24A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A4B

Black with #D24A4B

Text Example


Text Example

White with #D24A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A4B; }

 p { color: rgb(210,74,75); }

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

background-color css

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

 a { background-color: rgb(210,74,75); }

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

border-color css

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

 span { border-color: rgb(210,74,75); }

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