Html Css Color HEX #D12934 Mahogany

📋 copy color: '#D12934'

red 209 ◦ green 41 ◦ blue 52

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

Shades of Mahogany #D12934

Tints of Mahogany #D12934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 69.21%
G = 13.58%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D12934 (or 0xD12934) is known color: Mahogany. HEX triplet: D1, 29 and 34. RGB value is (209,41,52). Sum of RGB (Red+Green+Blue) = 209+41+52=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D12934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12934 is #2ED6CB. Grayscale: #5C5C5C. Windows color (decimal): -3069644 or 3418577. OLE color: 3418577.

HSL color Cylindrical-coordinate representation of color #D12934: hue angle of 356.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12934 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 52 -
CMYK 0 0.80 0.75 0.18
HSL 356.07º 0.67% 0.49% -
HSV(B) 356.07º 0.8% 0.82% -
XYZ 27.71 15.39 4.76 -
YUV 92.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 209 41 52 0 0.80 0.75 0.18 356.07 0.67 0.49
Hex D1 29 34 0 50 4B 12 164 43 31
Octal 321 51 64 0 120 113 22 544 103 61
Binary 11010001 101001 110100 0 1010000 1001011 10010 101100100 1000011 110001

Color Harmonies of #D12934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12934

Black with #D12934

Text Example


Text Example

White with #D12934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12934; }

 p { color: rgb(209,41,52); }

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

background-color css

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

 a { background-color: rgb(209,41,52); }

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

border-color css

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

 span { border-color: rgb(209,41,52); }

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