Html Css Color HEX #D24279 Cranberry

📋 copy color: '#D24279'

red 210 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #D24279

Tints of Cranberry #D24279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

 BLUE value IS 121 (47.66% from 255) = 30.48%

R = 52.9%
G = 16.62%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D24279 (or 0xD24279) is known color: Cranberry. HEX triplet: D2, 42 and 79. RGB value is (210,66,121). Sum of RGB (Red+Green+Blue) = 210+66+121=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24279 is #2DBD86. Grayscale: #737373. Windows color (decimal): -2997639 or 7946962. OLE color: 7946962.

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

Color convert

RGB 210 66 121 -
CMYK 0 0.69 0.42 0.18
HSL 337.08º 0.62% 0.54% -
HSV(B) 337.08º 0.69% 0.82% -
XYZ 31.98 18.98 20.07 -
YUV 115.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 210 66 121 0 0.69 0.42 0.18 337.08 0.62 0.54
Hex D2 42 79 0 45 2A 12 151 3E 36
Octal 322 102 171 0 105 52 22 521 76 66
Binary 11010010 1000010 1111001 0 1000101 101010 10010 101010001 111110 110110

Color Harmonies of #D24279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24279

Black with #D24279

Text Example


Text Example

White with #D24279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24279; }

 p { color: rgb(210,66,121); }

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

background-color css

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

 a { background-color: rgb(210,66,121); }

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

border-color css

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

 span { border-color: rgb(210,66,121); }

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