Html Css Color HEX #D23351 Old Rose

📋 copy color: '#D23351'

red 210 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #D23351

Tints of Old Rose #D23351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 61.4%
G = 14.91%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D23351 (or 0xD23351) is known color: Old Rose. HEX triplet: D2, 33 and 51. RGB value is (210,51,81). Sum of RGB (Red+Green+Blue) = 210+51+81=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23351 is #2DCCAE. Grayscale: #666666. Windows color (decimal): -3001519 or 5321682. OLE color: 5321682.

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

Color convert

RGB 210 51 81 -
CMYK 0 0.76 0.61 0.18
HSL 348.68º 0.64% 0.51% -
HSV(B) 348.68º 0.76% 0.82% -
XYZ 29.25 16.66 9.46 -
YUV 101.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 210 51 81 0 0.76 0.61 0.18 348.68 0.64 0.51
Hex D2 33 51 0 4C 3D 12 15D 40 33
Octal 322 63 121 0 114 75 22 535 100 63
Binary 11010010 110011 1010001 0 1001100 111101 10010 101011101 1000000 110011

Color Harmonies of #D23351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23351

Black with #D23351

Text Example


Text Example

White with #D23351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23351; }

 p { color: rgb(210,51,81); }

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

background-color css

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

 a { background-color: rgb(210,51,81); }

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

border-color css

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

 span { border-color: rgb(210,51,81); }

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