Html Css Color HEX #D12754 Old Rose

📋 copy color: '#D12754'

red 209 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #D12754

Tints of Old Rose #D12754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 62.95%
G = 11.75%
B = 25.3%

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

#D12754 (or 0xD12754) is known color: Old Rose. HEX triplet: D1, 27 and 54. RGB value is (209,39,84). Sum of RGB (Red+Green+Blue) = 209+39+84=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D12754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12754 is #2ED8AB. Grayscale: #5E5E5E. Windows color (decimal): -3070124 or 5515217. OLE color: 5515217.

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

Color convert

RGB 209 39 84 -
CMYK 0 0.81 0.60 0.18
HSL 344.12º 0.69% 0.49% -
HSV(B) 344.12º 0.81% 0.82% -
XYZ 28.62 15.65 9.9 -
YUV 94.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 209 39 84 0 0.81 0.60 0.18 344.12 0.69 0.49
Hex D1 27 54 0 51 3C 12 158 45 31
Octal 321 47 124 0 121 74 22 530 105 61
Binary 11010001 100111 1010100 0 1010001 111100 10010 101011000 1000101 110001

Color Harmonies of #D12754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12754

Black with #D12754

Text Example


Text Example

White with #D12754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12754; }

 p { color: rgb(209,39,84); }

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

background-color css

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

 a { background-color: rgb(209,39,84); }

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

border-color css

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

 span { border-color: rgb(209,39,84); }

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