Html Css Color HEX #D23254 Old Rose

📋 copy color: '#D23254'

red 210 ◦ green 50 ◦ blue 84

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

Shades of Old Rose #D23254

Tints of Old Rose #D23254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 61.05%
G = 14.53%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D23254 (or 0xD23254) is known color: Old Rose. HEX triplet: D2, 32 and 54. RGB value is (210,50,84). Sum of RGB (Red+Green+Blue) = 210+50+84=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23254 is #2DCDAB. Grayscale: #656565. Windows color (decimal): -3001772 or 5518034. OLE color: 5518034.

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

Color convert

RGB 210 50 84 -
CMYK 0 0.76 0.6 0.18
HSL 347.25º 0.64% 0.51% -
HSV(B) 347.25º 0.76% 0.82% -
XYZ 29.32 16.62 10.05 -
YUV 101.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 210 50 84 0 0.76 0.6 0.18 347.25 0.64 0.51
Hex D2 32 54 0 4C 3C 12 15B 40 33
Octal 322 62 124 0 114 74 22 533 100 63
Binary 11010010 110010 1010100 0 1001100 111100 10010 101011011 1000000 110011

Color Harmonies of #D23254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23254

Black with #D23254

Text Example


Text Example

White with #D23254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23254; }

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

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

background-color css

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

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

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

border-color css

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

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

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