Html Css Color HEX #D24275 Cranberry

📋 copy color: '#D24275'

red 210 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #D24275

Tints of Cranberry #D24275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 53.44%
G = 16.79%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24275 (or 0xD24275) is known color: Cranberry. HEX triplet: D2, 42 and 75. RGB value is (210,66,117). Sum of RGB (Red+Green+Blue) = 210+66+117=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24275 is #2DBD8A. Grayscale: #727272. Windows color (decimal): -2997643 or 7684818. OLE color: 7684818.

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

Color convert

RGB 210 66 117 -
CMYK 0 0.69 0.44 0.18
HSL 338.75º 0.62% 0.54% -
HSV(B) 338.75º 0.69% 0.82% -
XYZ 31.74 18.88 18.8 -
YUV 114.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 210 66 117 0 0.69 0.44 0.18 338.75 0.62 0.54
Hex D2 42 75 0 45 2C 12 153 3E 36
Octal 322 102 165 0 105 54 22 523 76 66
Binary 11010010 1000010 1110101 0 1000101 101100 10010 101010011 111110 110110

Color Harmonies of #D24275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24275

Black with #D24275

Text Example


Text Example

White with #D24275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24275; }

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

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

background-color css

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

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

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

border-color css

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

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

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