Html Css Color HEX #D24371 Cranberry

📋 copy color: '#D24371'

red 210 ◦ green 67 ◦ blue 113

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

Shades of Cranberry #D24371

Tints of Cranberry #D24371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 53.85%
G = 17.18%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24371 (or 0xD24371) is known color: Cranberry. HEX triplet: D2, 43 and 71. RGB value is (210,67,113). Sum of RGB (Red+Green+Blue) = 210+67+113=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24371 is #2DBC8E. Grayscale: #727272. Windows color (decimal): -2997391 or 7422930. OLE color: 7422930.

HSL color Cylindrical-coordinate representation of color #D24371: hue angle of 340.7º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24371 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 113 -
CMYK 0 0.68 0.46 0.18
HSL 340.7º 0.61% 0.54% -
HSV(B) 340.7º 0.68% 0.82% -
XYZ 31.57 18.91 17.61 -
YUV 115 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 210 67 113 0 0.68 0.46 0.18 340.7 0.61 0.54
Hex D2 43 71 0 44 2E 12 155 3D 36
Octal 322 103 161 0 104 56 22 525 75 66
Binary 11010010 1000011 1110001 0 1000100 101110 10010 101010101 111101 110110

Color Harmonies of #D24371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24371

Black with #D24371

Text Example


Text Example

White with #D24371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24371; }

 p { color: rgb(210,67,113); }

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

background-color css

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

 a { background-color: rgb(210,67,113); }

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

border-color css

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

 span { border-color: rgb(210,67,113); }

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