Html Css Color HEX #D23453 Old Rose

📋 copy color: '#D23453'

red 210 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #D23453

Tints of Old Rose #D23453

RGB

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

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

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

R = 60.87%
G = 15.07%
B = 24.06%

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

#D23453 (or 0xD23453) is known color: Old Rose. HEX triplet: D2, 34 and 53. RGB value is (210,52,83). Sum of RGB (Red+Green+Blue) = 210+52+83=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23453 is #2DCBAC. Grayscale: #666666. Windows color (decimal): -3001261 or 5453010. OLE color: 5453010.

HSL color Cylindrical-coordinate representation of color #D23453: hue angle of 348.23º 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 #D23453 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 83 -
CMYK 0 0.75 0.60 0.18
HSL 348.23º 0.64% 0.51% -
HSV(B) 348.23º 0.75% 0.82% -
XYZ 29.37 16.78 9.88 -
YUV 102.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 210 52 83 0 0.75 0.60 0.18 348.23 0.64 0.51
Hex D2 34 53 0 4B 3C 12 15C 40 33
Octal 322 64 123 0 113 74 22 534 100 63
Binary 11010010 110100 1010011 0 1001011 111100 10010 101011100 1000000 110011

Color Harmonies of #D23453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23453

Black with #D23453

Text Example


Text Example

White with #D23453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23453; }

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

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

background-color css

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

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

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

border-color css

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

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

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