Html Css Color HEX #D23450 Old Rose

📋 copy color: '#D23450'

red 210 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #D23450

Tints of Old Rose #D23450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 61.4%
G = 15.2%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D23450 (or 0xD23450) is known color: Old Rose. HEX triplet: D2, 34 and 50. RGB value is (210,52,80). Sum of RGB (Red+Green+Blue) = 210+52+80=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23450 is #2DCBAF. Grayscale: #666666. Windows color (decimal): -3001264 or 5256402. OLE color: 5256402.

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

Color convert

RGB 210 52 80 -
CMYK 0 0.75 0.62 0.18
HSL 349.37º 0.64% 0.51% -
HSV(B) 349.37º 0.75% 0.82% -
XYZ 29.25 16.74 9.28 -
YUV 102.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 210 52 80 0 0.75 0.62 0.18 349.37 0.64 0.51
Hex D2 34 50 0 4B 3E 12 15D 40 33
Octal 322 64 120 0 113 76 22 535 100 63
Binary 11010010 110100 1010000 0 1001011 111110 10010 101011101 1000000 110011

Color Harmonies of #D23450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23450

Black with #D23450

Text Example


Text Example

White with #D23450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23450; }

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

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

background-color css

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

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

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

border-color css

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

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

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