Html Css Color HEX #D24973 Cranberry

📋 copy color: '#D24973'

red 210 ◦ green 73 ◦ blue 115

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

Shades of Cranberry #D24973

Tints of Cranberry #D24973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

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

R = 52.76%
G = 18.34%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24973 (or 0xD24973) is known color: Cranberry. HEX triplet: D2, 49 and 73. RGB value is (210,73,115). Sum of RGB (Red+Green+Blue) = 210+73+115=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24973 is #2DB68C. Grayscale: #767676. Windows color (decimal): -2995853 or 7555538. OLE color: 7555538.

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

Color convert

RGB 210 73 115 -
CMYK 0 0.65 0.45 0.18
HSL 341.61º 0.6% 0.55% -
HSV(B) 341.61º 0.65% 0.82% -
XYZ 32.06 19.7 18.33 -
YUV 118.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 210 73 115 0 0.65 0.45 0.18 341.61 0.6 0.55
Hex D2 49 73 0 41 2D 12 156 3C 37
Octal 322 111 163 0 101 55 22 526 74 67
Binary 11010010 1001001 1110011 0 1000001 101101 10010 101010110 111100 110111

Color Harmonies of #D24973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24973

Black with #D24973

Text Example


Text Example

White with #D24973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24973; }

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

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

background-color css

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

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

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

border-color css

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

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

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