Html Css Color HEX #D23553 Old Rose

📋 copy color: '#D23553'

red 210 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #D23553

Tints of Old Rose #D23553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 60.69%
G = 15.32%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D23553 (or 0xD23553) is known color: Old Rose. HEX triplet: D2, 35 and 53. RGB value is (210,53,83). Sum of RGB (Red+Green+Blue) = 210+53+83=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D23553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23553 is #2DCAAC. Grayscale: #676767. Windows color (decimal): -3001005 or 5453266. OLE color: 5453266.

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

Color convert

RGB 210 53 83 -
CMYK 0 0.75 0.60 0.18
HSL 348.54º 0.64% 0.52% -
HSV(B) 348.54º 0.75% 0.82% -
XYZ 29.41 16.87 9.89 -
YUV 103.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 210 53 83 0 0.75 0.60 0.18 348.54 0.64 0.52
Hex D2 35 53 0 4B 3C 12 15D 40 34
Octal 322 65 123 0 113 74 22 535 100 64
Binary 11010010 110101 1010011 0 1001011 111100 10010 101011101 1000000 110100

Color Harmonies of #D23553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23553

Black with #D23553

Text Example


Text Example

White with #D23553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23553; }

 p { color: rgb(210,53,83); }

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

background-color css

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

 a { background-color: rgb(210,53,83); }

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

border-color css

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

 span { border-color: rgb(210,53,83); }

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