Html Css Color HEX #D23153 Old Rose

📋 copy color: '#D23153'

red 210 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #D23153

Tints of Old Rose #D23153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

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

R = 61.4%
G = 14.33%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D23153 (or 0xD23153) is known color: Old Rose. HEX triplet: D2, 31 and 53. RGB value is (210,49,83). Sum of RGB (Red+Green+Blue) = 210+49+83=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23153 is #2DCEAC. Grayscale: #656565. Windows color (decimal): -3002029 or 5452242. OLE color: 5452242.

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

Color convert

RGB 210 49 83 -
CMYK 0 0.77 0.60 0.18
HSL 347.33º 0.64% 0.51% -
HSV(B) 347.33º 0.77% 0.82% -
XYZ 29.24 16.52 9.83 -
YUV 101.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 210 49 83 0 0.77 0.60 0.18 347.33 0.64 0.51
Hex D2 31 53 0 4D 3C 12 15B 40 33
Octal 322 61 123 0 115 74 22 533 100 63
Binary 11010010 110001 1010011 0 1001101 111100 10010 101011011 1000000 110011

Color Harmonies of #D23153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23153

Black with #D23153

Text Example


Text Example

White with #D23153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23153; }

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

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

background-color css

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

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

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

border-color css

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

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

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