Html Css Color HEX #D12853 Old Rose

📋 copy color: '#D12853'

red 209 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #D12853

Tints of Old Rose #D12853

RGB

 RED value IS 209 (82.03% from 255) = 62.95%

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 62.95%
G = 12.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12853 (or 0xD12853) is known color: Old Rose. HEX triplet: D1, 28 and 53. RGB value is (209,40,83). Sum of RGB (Red+Green+Blue) = 209+40+83=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D12853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12853 is #2ED7AC. Grayscale: #5F5F5F. Windows color (decimal): -3069869 or 5449937. OLE color: 5449937.

HSL color Cylindrical-coordinate representation of color #D12853: hue angle of 344.73º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12853 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 83 -
CMYK 0 0.81 0.60 0.18
HSL 344.73º 0.68% 0.49% -
HSV(B) 344.73º 0.81% 0.82% -
XYZ 28.61 15.7 9.71 -
YUV 95.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 209 40 83 0 0.81 0.60 0.18 344.73 0.68 0.49
Hex D1 28 53 0 51 3C 12 159 44 31
Octal 321 50 123 0 121 74 22 531 104 61
Binary 11010001 101000 1010011 0 1010001 111100 10010 101011001 1000100 110001

Color Harmonies of #D12853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12853

Black with #D12853

Text Example


Text Example

White with #D12853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12853; }

 p { color: rgb(209,40,83); }

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

background-color css

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

 a { background-color: rgb(209,40,83); }

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

border-color css

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

 span { border-color: rgb(209,40,83); }

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