Html Css Color HEX #D24571 Cranberry

📋 copy color: '#D24571'

red 210 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #D24571

Tints of Cranberry #D24571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.6%

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

R = 53.57%
G = 17.6%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24571 (or 0xD24571) is known color: Cranberry. HEX triplet: D2, 45 and 71. RGB value is (210,69,113). Sum of RGB (Red+Green+Blue) = 210+69+113=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D24571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24571 is #2DBA8E. Grayscale: #747474. Windows color (decimal): -2996879 or 7423442. OLE color: 7423442.

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

Color convert

RGB 210 69 113 -
CMYK 0 0.67 0.46 0.18
HSL 341.28º 0.61% 0.55% -
HSV(B) 341.28º 0.67% 0.82% -
XYZ 31.69 19.15 17.65 -
YUV 116.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 210 69 113 0 0.67 0.46 0.18 341.28 0.61 0.55
Hex D2 45 71 0 43 2E 12 155 3D 37
Octal 322 105 161 0 103 56 22 525 75 67
Binary 11010010 1000101 1110001 0 1000011 101110 10010 101010101 111101 110111

Color Harmonies of #D24571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24571

Black with #D24571

Text Example


Text Example

White with #D24571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24571; }

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

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

background-color css

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

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

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

border-color css

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

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

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