Html Css Color HEX #D24476 Cranberry

📋 copy color: '#D24476'

red 210 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #D24476

Tints of Cranberry #D24476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 53.03%
G = 17.17%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24476 (or 0xD24476) is known color: Cranberry. HEX triplet: D2, 44 and 76. RGB value is (210,68,118). Sum of RGB (Red+Green+Blue) = 210+68+118=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D24476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24476 is #2DBB89. Grayscale: #747474. Windows color (decimal): -2997130 or 7750866. OLE color: 7750866.

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

Color convert

RGB 210 68 118 -
CMYK 0 0.68 0.44 0.18
HSL 338.87º 0.61% 0.55% -
HSV(B) 338.87º 0.68% 0.82% -
XYZ 31.92 19.14 19.15 -
YUV 116.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 210 68 118 0 0.68 0.44 0.18 338.87 0.61 0.55
Hex D2 44 76 0 44 2C 12 153 3D 37
Octal 322 104 166 0 104 54 22 523 75 67
Binary 11010010 1000100 1110110 0 1000100 101100 10010 101010011 111101 110111

Color Harmonies of #D24476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24476

Black with #D24476

Text Example


Text Example

White with #D24476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24476; }

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

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

background-color css

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

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

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

border-color css

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

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

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