Html Css Color HEX #D24671 Cranberry

📋 copy color: '#D24671'

red 210 ◦ green 70 ◦ blue 113

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

Shades of Cranberry #D24671

Tints of Cranberry #D24671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 53.44%
G = 17.81%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24671 (or 0xD24671) is known color: Cranberry. HEX triplet: D2, 46 and 71. RGB value is (210,70,113). Sum of RGB (Red+Green+Blue) = 210+70+113=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24671 is #2DB98E. Grayscale: #747474. Windows color (decimal): -2996623 or 7423698. OLE color: 7423698.

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

Color convert

RGB 210 70 113 -
CMYK 0 0.67 0.46 0.18
HSL 341.57º 0.61% 0.55% -
HSV(B) 341.57º 0.67% 0.82% -
XYZ 31.75 19.27 17.67 -
YUV 116.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 210 70 113 0 0.67 0.46 0.18 341.57 0.61 0.55
Hex D2 46 71 0 43 2E 12 156 3D 37
Octal 322 106 161 0 103 56 22 526 75 67
Binary 11010010 1000110 1110001 0 1000011 101110 10010 101010110 111101 110111

Color Harmonies of #D24671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24671

Black with #D24671

Text Example


Text Example

White with #D24671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24671; }

 p { color: rgb(210,70,113); }

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

background-color css

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

 a { background-color: rgb(210,70,113); }

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

border-color css

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

 span { border-color: rgb(210,70,113); }

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