Html Css Color HEX #D24574 Cranberry

📋 copy color: '#D24574'

red 210 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #D24574

Tints of Cranberry #D24574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 53.16%
G = 17.47%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24574 (or 0xD24574) is known color: Cranberry. HEX triplet: D2, 45 and 74. RGB value is (210,69,116). Sum of RGB (Red+Green+Blue) = 210+69+116=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24574 is #2DBA8B. Grayscale: #747474. Windows color (decimal): -2996876 or 7620050. OLE color: 7620050.

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

Color convert

RGB 210 69 116 -
CMYK 0 0.67 0.45 0.18
HSL 340º 0.61% 0.55% -
HSV(B) 340º 0.67% 0.82% -
XYZ 31.86 19.22 18.55 -
YUV 116.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 210 69 116 0 0.67 0.45 0.18 340 0.61 0.55
Hex D2 45 74 0 43 2D 12 154 3D 37
Octal 322 105 164 0 103 55 22 524 75 67
Binary 11010010 1000101 1110100 0 1000011 101101 10010 101010100 111101 110111

Color Harmonies of #D24574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24574

Black with #D24574

Text Example


Text Example

White with #D24574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24574; }

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

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

background-color css

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

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

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

border-color css

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

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

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