Html Css Color HEX #D24370 Cranberry

📋 copy color: '#D24370'

red 210 ◦ green 67 ◦ blue 112

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

Shades of Cranberry #D24370

Tints of Cranberry #D24370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 53.98%
G = 17.22%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D24370 (or 0xD24370) is known color: Cranberry. HEX triplet: D2, 43 and 70. RGB value is (210,67,112). Sum of RGB (Red+Green+Blue) = 210+67+112=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D24370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24370 is #2DBC8F. Grayscale: #727272. Windows color (decimal): -2997392 or 7357394. OLE color: 7357394.

HSL color Cylindrical-coordinate representation of color #D24370: hue angle of 341.12º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24370 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 67 112 -
CMYK 0 0.68 0.47 0.18
HSL 341.12º 0.61% 0.54% -
HSV(B) 341.12º 0.68% 0.82% -
XYZ 31.51 18.89 17.31 -
YUV 114.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 210 67 112 0 0.68 0.47 0.18 341.12 0.61 0.54
Hex D2 43 70 0 44 2F 12 155 3D 36
Octal 322 103 160 0 104 57 22 525 75 66
Binary 11010010 1000011 1110000 0 1000100 101111 10010 101010101 111101 110110

Color Harmonies of #D24370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24370

Black with #D24370

Text Example


Text Example

White with #D24370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24370; }

 p { color: rgb(210,67,112); }

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

background-color css

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

 a { background-color: rgb(210,67,112); }

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

border-color css

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

 span { border-color: rgb(210,67,112); }

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