Html Css Color HEX #D23A52 Old Rose

📋 copy color: '#D23A52'

red 210 ◦ green 58 ◦ blue 82

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

Shades of Old Rose #D23A52

Tints of Old Rose #D23A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 60%
G = 16.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D23A52 (or 0xD23A52) is known color: Old Rose. HEX triplet: D2, 3A and 52. RGB value is (210,58,82). Sum of RGB (Red+Green+Blue) = 210+58+82=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A52 is #2DC5AD. Grayscale: #6A6A6A. Windows color (decimal): -2999726 or 5389010. OLE color: 5389010.

HSL color Cylindrical-coordinate representation of color #D23A52: hue angle of 350.53º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A52 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 58 82 -
CMYK 0 0.72 0.61 0.18
HSL 350.53º 0.63% 0.53% -
HSV(B) 350.53º 0.72% 0.82% -
XYZ 29.61 17.34 9.77 -
YUV 106.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 210 58 82 0 0.72 0.61 0.18 350.53 0.63 0.53
Hex D2 3A 52 0 48 3D 12 15F 3F 35
Octal 322 72 122 0 110 75 22 537 77 65
Binary 11010010 111010 1010010 0 1001000 111101 10010 101011111 111111 110101

Color Harmonies of #D23A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A52

Black with #D23A52

Text Example


Text Example

White with #D23A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A52; }

 p { color: rgb(210,58,82); }

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

background-color css

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

 a { background-color: rgb(210,58,82); }

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

border-color css

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

 span { border-color: rgb(210,58,82); }

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