Html Css Color HEX #D24F74 Cranberry

📋 copy color: '#D24F74'

red 210 ◦ green 79 ◦ blue 116

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

Shades of Cranberry #D24F74

Tints of Cranberry #D24F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

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

R = 51.85%
G = 19.51%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24F74 (or 0xD24F74) is known color: Cranberry. HEX triplet: D2, 4F and 74. RGB value is (210,79,116). Sum of RGB (Red+Green+Blue) = 210+79+116=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F74 is #2DB08B. Grayscale: #7A7A7A. Windows color (decimal): -2994316 or 7622610. OLE color: 7622610.

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

Color convert

RGB 210 79 116 -
CMYK 0 0.62 0.45 0.18
HSL 343.05º 0.59% 0.57% -
HSV(B) 343.05º 0.62% 0.82% -
XYZ 32.53 20.55 18.78 -
YUV 122.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 210 79 116 0 0.62 0.45 0.18 343.05 0.59 0.57
Hex D2 4F 74 0 3E 2D 12 157 3B 39
Octal 322 117 164 0 76 55 22 527 73 71
Binary 11010010 1001111 1110100 0 111110 101101 10010 101010111 111011 111001

Color Harmonies of #D24F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F74

Black with #D24F74

Text Example


Text Example

White with #D24F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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