Html Css Color HEX #D23854 Old Rose

📋 copy color: '#D23854'

red 210 ◦ green 56 ◦ blue 84

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

Shades of Old Rose #D23854

Tints of Old Rose #D23854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 60%
G = 16%
B = 24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D23854 (or 0xD23854) is known color: Old Rose. HEX triplet: D2, 38 and 54. RGB value is (210,56,84). Sum of RGB (Red+Green+Blue) = 210+56+84=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D23854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23854 is #2DC7AB. Grayscale: #696969. Windows color (decimal): -3000236 or 5519570. OLE color: 5519570.

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

Color convert

RGB 210 56 84 -
CMYK 0 0.73 0.6 0.18
HSL 349.09º 0.63% 0.52% -
HSV(B) 349.09º 0.73% 0.82% -
XYZ 29.59 17.17 10.14 -
YUV 105.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 210 56 84 0 0.73 0.6 0.18 349.09 0.63 0.52
Hex D2 38 54 0 49 3C 12 15D 3F 34
Octal 322 70 124 0 111 74 22 535 77 64
Binary 11010010 111000 1010100 0 1001001 111100 10010 101011101 111111 110100

Color Harmonies of #D23854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23854

Black with #D23854

Text Example


Text Example

White with #D23854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23854; }

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

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

background-color css

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

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

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

border-color css

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

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

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