Html Css Color HEX #D24573 Cranberry

📋 copy color: '#D24573'

red 210 ◦ green 69 ◦ blue 115

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

Shades of Cranberry #D24573

Tints of Cranberry #D24573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 53.3%
G = 17.51%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24573 (or 0xD24573) is known color: Cranberry. HEX triplet: D2, 45 and 73. RGB value is (210,69,115). Sum of RGB (Red+Green+Blue) = 210+69+115=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24573 is #2DBA8C. Grayscale: #747474. Windows color (decimal): -2996877 or 7554514. OLE color: 7554514.

HSL color Cylindrical-coordinate representation of color #D24573: hue angle of 340.43º 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 #D24573 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 115 -
CMYK 0 0.67 0.45 0.18
HSL 340.43º 0.61% 0.55% -
HSV(B) 340.43º 0.67% 0.82% -
XYZ 31.8 19.2 18.25 -
YUV 116.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 210 69 115 0 0.67 0.45 0.18 340.43 0.61 0.55
Hex D2 45 73 0 43 2D 12 154 3D 37
Octal 322 105 163 0 103 55 22 524 75 67
Binary 11010010 1000101 1110011 0 1000011 101101 10010 101010100 111101 110111

Color Harmonies of #D24573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24573

Black with #D24573

Text Example


Text Example

White with #D24573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24573; }

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

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

background-color css

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

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

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

border-color css

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

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

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