Html Css Color HEX #D23954 Old Rose

📋 copy color: '#D23954'

red 210 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #D23954

Tints of Old Rose #D23954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 59.83%
G = 16.24%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D23954 (or 0xD23954) is known color: Old Rose. HEX triplet: D2, 39 and 54. RGB value is (210,57,84). Sum of RGB (Red+Green+Blue) = 210+57+84=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D23954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23954 is #2DC6AB. Grayscale: #696969. Windows color (decimal): -2999980 or 5519826. OLE color: 5519826.

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

Color convert

RGB 210 57 84 -
CMYK 0 0.73 0.6 0.18
HSL 349.41º 0.63% 0.52% -
HSV(B) 349.41º 0.73% 0.82% -
XYZ 29.64 17.27 10.16 -
YUV 105.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 210 57 84 0 0.73 0.6 0.18 349.41 0.63 0.52
Hex D2 39 54 0 49 3C 12 15D 3F 34
Octal 322 71 124 0 111 74 22 535 77 64
Binary 11010010 111001 1010100 0 1001001 111100 10010 101011101 111111 110100

Color Harmonies of #D23954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23954

Black with #D23954

Text Example


Text Example

White with #D23954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23954; }

 p { color: rgb(210,57,84); }

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

background-color css

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

 a { background-color: rgb(210,57,84); }

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

border-color css

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

 span { border-color: rgb(210,57,84); }

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