Html Css Color HEX #D24A75 Cranberry

📋 copy color: '#D24A75'

red 210 ◦ green 74 ◦ blue 117

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

Shades of Cranberry #D24A75

Tints of Cranberry #D24A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 52.37%
G = 18.45%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24A75 (or 0xD24A75) is known color: Cranberry. HEX triplet: D2, 4A and 75. RGB value is (210,74,117). Sum of RGB (Red+Green+Blue) = 210+74+117=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A75 is #2DB58A. Grayscale: #777777. Windows color (decimal): -2995595 or 7686866. OLE color: 7686866.

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

Color convert

RGB 210 74 117 -
CMYK 0 0.65 0.44 0.18
HSL 341.03º 0.6% 0.56% -
HSV(B) 341.03º 0.65% 0.82% -
XYZ 32.24 19.88 18.97 -
YUV 119.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 210 74 117 0 0.65 0.44 0.18 341.03 0.6 0.56
Hex D2 4A 75 0 41 2C 12 155 3C 38
Octal 322 112 165 0 101 54 22 525 74 70
Binary 11010010 1001010 1110101 0 1000001 101100 10010 101010101 111100 111000

Color Harmonies of #D24A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A75

Black with #D24A75

Text Example


Text Example

White with #D24A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A75; }

 p { color: rgb(210,74,117); }

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

background-color css

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

 a { background-color: rgb(210,74,117); }

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

border-color css

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

 span { border-color: rgb(210,74,117); }

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