Html Css Color HEX #D0242F Mahogany

📋 copy color: '#D0242F'

red 208 ◦ green 36 ◦ blue 47

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

Shades of Mahogany #D0242F

Tints of Mahogany #D0242F

RGB

 RED value IS 208 (81.64% from 255) = 71.48%

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 71.48%
G = 12.37%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0242F (or 0xD0242F) is known color: Mahogany. HEX triplet: D0, 24 and 2F. RGB value is (208,36,47). Sum of RGB (Red+Green+Blue) = 208+36+47=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0242F is #2FDBD0. Grayscale: #585858. Windows color (decimal): -3136465 or 3089616. OLE color: 3089616.

HSL color Cylindrical-coordinate representation of color #D0242F: hue angle of 356.16º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0242F is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 47 -
CMYK 0 0.83 0.77 0.18
HSL 356.16º 0.7% 0.48% -
HSV(B) 356.16º 0.83% 0.82% -
XYZ 27.16 14.88 4.13 -
YUV 88.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 208 36 47 0 0.83 0.77 0.18 356.16 0.7 0.48
Hex D0 24 2F 0 53 4D 12 164 46 30
Octal 320 44 57 0 123 115 22 544 106 60
Binary 11010000 100100 101111 0 1010011 1001101 10010 101100100 1000110 110000

Color Harmonies of #D0242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0242F

Black with #D0242F

Text Example


Text Example

White with #D0242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0242F; }

 p { color: rgb(208,36,47); }

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

background-color css

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

 a { background-color: rgb(208,36,47); }

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

border-color css

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

 span { border-color: rgb(208,36,47); }

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