Html Css Color HEX #D24176 Cranberry

📋 copy color: '#D24176'

red 210 ◦ green 65 ◦ blue 118

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

Shades of Cranberry #D24176

Tints of Cranberry #D24176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 53.44%
G = 16.54%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24176 (or 0xD24176) is known color: Cranberry. HEX triplet: D2, 41 and 76. RGB value is (210,65,118). Sum of RGB (Red+Green+Blue) = 210+65+118=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24176 is #2DBE89. Grayscale: #727272. Windows color (decimal): -2997898 or 7750098. OLE color: 7750098.

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

Color convert

RGB 210 65 118 -
CMYK 0 0.69 0.44 0.18
HSL 338.07º 0.62% 0.54% -
HSV(B) 338.07º 0.69% 0.82% -
XYZ 31.74 18.79 19.09 -
YUV 114.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 210 65 118 0 0.69 0.44 0.18 338.07 0.62 0.54
Hex D2 41 76 0 45 2C 12 152 3E 36
Octal 322 101 166 0 105 54 22 522 76 66
Binary 11010010 1000001 1110110 0 1000101 101100 10010 101010010 111110 110110

Color Harmonies of #D24176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24176

Black with #D24176

Text Example


Text Example

White with #D24176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24176; }

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

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

background-color css

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

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

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

border-color css

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

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

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