Html Css Color HEX #D23250 Old Rose

📋 copy color: '#D23250'

red 210 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #D23250

Tints of Old Rose #D23250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 61.76%
G = 14.71%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D23250 (or 0xD23250) is known color: Old Rose. HEX triplet: D2, 32 and 50. RGB value is (210,50,80). Sum of RGB (Red+Green+Blue) = 210+50+80=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D23250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23250 is #2DCDAF. Grayscale: #656565. Windows color (decimal): -3001776 or 5255890. OLE color: 5255890.

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

Color convert

RGB 210 50 80 -
CMYK 0 0.76 0.62 0.18
HSL 348.75º 0.64% 0.51% -
HSV(B) 348.75º 0.76% 0.82% -
XYZ 29.17 16.56 9.25 -
YUV 101.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 210 50 80 0 0.76 0.62 0.18 348.75 0.64 0.51
Hex D2 32 50 0 4C 3E 12 15D 40 33
Octal 322 62 120 0 114 76 22 535 100 63
Binary 11010010 110010 1010000 0 1001100 111110 10010 101011101 1000000 110011

Color Harmonies of #D23250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23250

Black with #D23250

Text Example


Text Example

White with #D23250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23250; }

 p { color: rgb(210,50,80); }

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

background-color css

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

 a { background-color: rgb(210,50,80); }

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

border-color css

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

 span { border-color: rgb(210,50,80); }

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