Html Css Color HEX #D2314F Old Rose

📋 copy color: '#D2314F'

red 210 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #D2314F

Tints of Old Rose #D2314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 62.13%
G = 14.5%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2314F (or 0xD2314F) is known color: Old Rose. HEX triplet: D2, 31 and 4F. RGB value is (210,49,79). Sum of RGB (Red+Green+Blue) = 210+49+79=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2314F is #2DCEB0. Grayscale: #646464. Windows color (decimal): -3002033 or 5190098. OLE color: 5190098.

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

Color convert

RGB 210 49 79 -
CMYK 0 0.77 0.62 0.18
HSL 348.82º 0.64% 0.51% -
HSV(B) 348.82º 0.77% 0.82% -
XYZ 29.09 16.46 9.04 -
YUV 100.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 210 49 79 0 0.77 0.62 0.18 348.82 0.64 0.51
Hex D2 31 4F 0 4D 3E 12 15D 40 33
Octal 322 61 117 0 115 76 22 535 100 63
Binary 11010010 110001 1001111 0 1001101 111110 10010 101011101 1000000 110011

Color Harmonies of #D2314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2314F

Black with #D2314F

Text Example


Text Example

White with #D2314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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