Html Css Color HEX #D24070 Cranberry

📋 copy color: '#D24070'

red 210 ◦ green 64 ◦ blue 112

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

Shades of Cranberry #D24070

Tints of Cranberry #D24070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

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

R = 54.4%
G = 16.58%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D24070 (or 0xD24070) is known color: Cranberry. HEX triplet: D2, 40 and 70. RGB value is (210,64,112). Sum of RGB (Red+Green+Blue) = 210+64+112=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D24070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24070 is #2DBF8F. Grayscale: #717171. Windows color (decimal): -2998160 or 7356626. OLE color: 7356626.

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

Color convert

RGB 210 64 112 -
CMYK 0 0.70 0.47 0.18
HSL 340.27º 0.62% 0.54% -
HSV(B) 340.27º 0.7% 0.82% -
XYZ 31.34 18.54 17.26 -
YUV 113.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 210 64 112 0 0.70 0.47 0.18 340.27 0.62 0.54
Hex D2 40 70 0 46 2F 12 154 3E 36
Octal 322 100 160 0 106 57 22 524 76 66
Binary 11010010 1000000 1110000 0 1000110 101111 10010 101010100 111110 110110

Color Harmonies of #D24070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24070

Black with #D24070

Text Example


Text Example

White with #D24070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24070; }

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

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

background-color css

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

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

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

border-color css

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

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

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