Html Css Color HEX #D12D35 Mahogany

📋 copy color: '#D12D35'

red 209 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #D12D35

Tints of Mahogany #D12D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.66%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 68.08%
G = 14.66%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D12D35 (or 0xD12D35) is known color: Mahogany. HEX triplet: D1, 2D and 35. RGB value is (209,45,53). Sum of RGB (Red+Green+Blue) = 209+45+53=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D35 is #2ED2CA. Grayscale: #5F5F5F. Windows color (decimal): -3068619 or 3485137. OLE color: 3485137.

HSL color Cylindrical-coordinate representation of color #D12D35: hue angle of 357.07º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12D35 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 53 -
CMYK 0 0.78 0.75 0.18
HSL 357.07º 0.65% 0.5% -
HSV(B) 357.07º 0.78% 0.82% -
XYZ 27.88 15.69 4.93 -
YUV 94.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 209 45 53 0 0.78 0.75 0.18 357.07 0.65 0.5
Hex D1 2D 35 0 4E 4B 12 165 41 32
Octal 321 55 65 0 116 113 22 545 101 62
Binary 11010001 101101 110101 0 1001110 1001011 10010 101100101 1000001 110010

Color Harmonies of #D12D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D35

Black with #D12D35

Text Example


Text Example

White with #D12D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D35; }

 p { color: rgb(209,45,53); }

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

background-color css

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

 a { background-color: rgb(209,45,53); }

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

border-color css

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

 span { border-color: rgb(209,45,53); }

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