Html Css Color HEX #D4272B Mahogany

📋 copy color: '#D4272B'

red 212 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #D4272B

Tints of Mahogany #D4272B

RGB

 RED value IS 212 (83.2% from 255) = 72.11%

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 72.11%
G = 13.27%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4272B (or 0xD4272B) is known color: Mahogany. HEX triplet: D4, 27 and 2B. RGB value is (212,39,43). Sum of RGB (Red+Green+Blue) = 212+39+43=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4272B is #2BD8D4. Grayscale: #5B5B5B. Windows color (decimal): -2873557 or 2828244. OLE color: 2828244.

HSL color Cylindrical-coordinate representation of color #D4272B: hue angle of 358.61º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4272B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 43 -
CMYK 0 0.82 0.80 0.17
HSL 358.61º 0.69% 0.49% -
HSV(B) 358.61º 0.82% 0.83% -
XYZ 28.31 15.62 3.81 -
YUV 91.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 212 39 43 0 0.82 0.80 0.17 358.61 0.69 0.49
Hex D4 27 2B 0 52 50 11 167 45 31
Octal 324 47 53 0 122 120 21 547 105 61
Binary 11010100 100111 101011 0 1010010 1010000 10001 101100111 1000101 110001

Color Harmonies of #D4272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4272B

Black with #D4272B

Text Example


Text Example

White with #D4272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4272B; }

 p { color: rgb(212,39,43); }

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

background-color css

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

 a { background-color: rgb(212,39,43); }

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

border-color css

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

 span { border-color: rgb(212,39,43); }

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