Html Css Color HEX #D24474 Cranberry

📋 copy color: '#D24474'

red 210 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #D24474

Tints of Cranberry #D24474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 53.3%
G = 17.26%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24474 (or 0xD24474) is known color: Cranberry. HEX triplet: D2, 44 and 74. RGB value is (210,68,116). Sum of RGB (Red+Green+Blue) = 210+68+116=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24474 is #2DBB8B. Grayscale: #737373. Windows color (decimal): -2997132 or 7619794. OLE color: 7619794.

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

Color convert

RGB 210 68 116 -
CMYK 0 0.68 0.45 0.18
HSL 339.72º 0.61% 0.55% -
HSV(B) 339.72º 0.68% 0.82% -
XYZ 31.8 19.1 18.53 -
YUV 115.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 210 68 116 0 0.68 0.45 0.18 339.72 0.61 0.55
Hex D2 44 74 0 44 2D 12 154 3D 37
Octal 322 104 164 0 104 55 22 524 75 67
Binary 11010010 1000100 1110100 0 1000100 101101 10010 101010100 111101 110111

Color Harmonies of #D24474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24474

Black with #D24474

Text Example


Text Example

White with #D24474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24474; }

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

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

background-color css

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

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

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

border-color css

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

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

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