Html Css Color HEX #D24576 Cranberry

📋 copy color: '#D24576'

red 210 ◦ green 69 ◦ blue 118

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

Shades of Cranberry #D24576

Tints of Cranberry #D24576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 52.9%
G = 17.38%
B = 29.72%

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

#D24576 (or 0xD24576) is known color: Cranberry. HEX triplet: D2, 45 and 76. RGB value is (210,69,118). Sum of RGB (Red+Green+Blue) = 210+69+118=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24576 is #2DBA89. Grayscale: #747474. Windows color (decimal): -2996874 or 7751122. OLE color: 7751122.

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

Color convert

RGB 210 69 118 -
CMYK 0 0.67 0.44 0.18
HSL 339.15º 0.61% 0.55% -
HSV(B) 339.15º 0.67% 0.82% -
XYZ 31.98 19.27 19.17 -
YUV 116.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 210 69 118 0 0.67 0.44 0.18 339.15 0.61 0.55
Hex D2 45 76 0 43 2C 12 153 3D 37
Octal 322 105 166 0 103 54 22 523 75 67
Binary 11010010 1000101 1110110 0 1000011 101100 10010 101010011 111101 110111

Color Harmonies of #D24576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24576

Black with #D24576

Text Example


Text Example

White with #D24576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24576; }

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

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

background-color css

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

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

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

border-color css

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

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

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