Html Css Color HEX #D23050 Old Rose

📋 copy color: '#D23050'

red 210 ◦ green 48 ◦ blue 80

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

Shades of Old Rose #D23050

Tints of Old Rose #D23050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 62.13%
G = 14.2%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D23050 (or 0xD23050) is known color: Old Rose. HEX triplet: D2, 30 and 50. RGB value is (210,48,80). Sum of RGB (Red+Green+Blue) = 210+48+80=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D23050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23050 is #2DCFAF. Grayscale: #646464. Windows color (decimal): -3002288 or 5255378. OLE color: 5255378.

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

Color convert

RGB 210 48 80 -
CMYK 0 0.77 0.62 0.18
HSL 348.15º 0.64% 0.51% -
HSV(B) 348.15º 0.77% 0.82% -
XYZ 29.08 16.39 9.22 -
YUV 100.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 210 48 80 0 0.77 0.62 0.18 348.15 0.64 0.51
Hex D2 30 50 0 4D 3E 12 15C 40 33
Octal 322 60 120 0 115 76 22 534 100 63
Binary 11010010 110000 1010000 0 1001101 111110 10010 101011100 1000000 110011

Color Harmonies of #D23050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23050

Black with #D23050

Text Example


Text Example

White with #D23050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23050; }

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

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

background-color css

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

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

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

border-color css

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

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

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