Html Css Color HEX #D0262D Mahogany

📋 copy color: '#D0262D'

red 208 ◦ green 38 ◦ blue 45

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

Shades of Mahogany #D0262D

Tints of Mahogany #D0262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 71.48%
G = 13.06%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0262D (or 0xD0262D) is known color: Mahogany. HEX triplet: D0, 26 and 2D. RGB value is (208,38,45). Sum of RGB (Red+Green+Blue) = 208+38+45=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262D is #2FD9D2. Grayscale: #595959. Windows color (decimal): -3135955 or 2959056. OLE color: 2959056.

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

Color convert

RGB 208 38 45 -
CMYK 0 0.82 0.78 0.18
HSL 357.53º 0.69% 0.48% -
HSV(B) 357.53º 0.82% 0.82% -
XYZ 27.18 14.99 3.94 -
YUV 89.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 208 38 45 0 0.82 0.78 0.18 357.53 0.69 0.48
Hex D0 26 2D 0 52 4E 12 166 45 30
Octal 320 46 55 0 122 116 22 546 105 60
Binary 11010000 100110 101101 0 1010010 1001110 10010 101100110 1000101 110000

Color Harmonies of #D0262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0262D

Black with #D0262D

Text Example


Text Example

White with #D0262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0262D; }

 p { color: rgb(208,38,45); }

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

background-color css

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

 a { background-color: rgb(208,38,45); }

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

border-color css

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

 span { border-color: rgb(208,38,45); }

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