Html Css Color HEX #D24575 Cranberry

📋 copy color: '#D24575'

red 210 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #D24575

Tints of Cranberry #D24575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 53.03%
G = 17.42%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24575 (or 0xD24575) is known color: Cranberry. HEX triplet: D2, 45 and 75. RGB value is (210,69,117). Sum of RGB (Red+Green+Blue) = 210+69+117=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D24575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24575 is #2DBA8A. Grayscale: #747474. Windows color (decimal): -2996875 or 7685586. OLE color: 7685586.

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

Color convert

RGB 210 69 117 -
CMYK 0 0.67 0.44 0.18
HSL 339.57º 0.61% 0.55% -
HSV(B) 339.57º 0.67% 0.82% -
XYZ 31.92 19.24 18.86 -
YUV 116.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 210 69 117 0 0.67 0.44 0.18 339.57 0.61 0.55
Hex D2 45 75 0 43 2C 12 154 3D 37
Octal 322 105 165 0 103 54 22 524 75 67
Binary 11010010 1000101 1110101 0 1000011 101100 10010 101010100 111101 110111

Color Harmonies of #D24575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24575

Black with #D24575

Text Example


Text Example

White with #D24575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24575; }

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

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

background-color css

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

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

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

border-color css

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

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

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