Html Css Color HEX #D24974 Cranberry

📋 copy color: '#D24974'

red 210 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #D24974

Tints of Cranberry #D24974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 52.63%
G = 18.3%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24974 (or 0xD24974) is known color: Cranberry. HEX triplet: D2, 49 and 74. RGB value is (210,73,116). Sum of RGB (Red+Green+Blue) = 210+73+116=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24974 is #2DB68B. Grayscale: #767676. Windows color (decimal): -2995852 or 7621074. OLE color: 7621074.

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

Color convert

RGB 210 73 116 -
CMYK 0 0.65 0.45 0.18
HSL 341.17º 0.6% 0.55% -
HSV(B) 341.17º 0.65% 0.82% -
XYZ 32.11 19.73 18.64 -
YUV 118.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 210 73 116 0 0.65 0.45 0.18 341.17 0.6 0.55
Hex D2 49 74 0 41 2D 12 155 3C 37
Octal 322 111 164 0 101 55 22 525 74 67
Binary 11010010 1001001 1110100 0 1000001 101101 10010 101010101 111100 110111

Color Harmonies of #D24974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24974

Black with #D24974

Text Example


Text Example

White with #D24974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24974; }

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

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

background-color css

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

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

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

border-color css

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

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

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