Html Css Color HEX #D12933 Mahogany

📋 copy color: '#D12933'

red 209 ◦ green 41 ◦ blue 51

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

Shades of Mahogany #D12933

Tints of Mahogany #D12933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 69.44%
G = 13.62%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D12933 (or 0xD12933) is known color: Mahogany. HEX triplet: D1, 29 and 33. RGB value is (209,41,51). Sum of RGB (Red+Green+Blue) = 209+41+51=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D12933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12933 is #2ED6CC. Grayscale: #5C5C5C. Windows color (decimal): -3069645 or 3353041. OLE color: 3353041.

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

Color convert

RGB 209 41 51 -
CMYK 0 0.80 0.76 0.18
HSL 356.43º 0.67% 0.49% -
HSV(B) 356.43º 0.8% 0.82% -
XYZ 27.68 15.38 4.64 -
YUV 92.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 209 41 51 0 0.80 0.76 0.18 356.43 0.67 0.49
Hex D1 29 33 0 50 4C 12 164 43 31
Octal 321 51 63 0 120 114 22 544 103 61
Binary 11010001 101001 110011 0 1010000 1001100 10010 101100100 1000011 110001

Color Harmonies of #D12933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12933

Black with #D12933

Text Example


Text Example

White with #D12933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12933; }

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

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

background-color css

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

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

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

border-color css

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

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

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