Html Css Color HEX #D0262B Mahogany

📋 copy color: '#D0262B'

red 208 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #D0262B

Tints of Mahogany #D0262B

RGB

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

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

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

R = 71.97%
G = 13.15%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0262B (or 0xD0262B) is known color: Mahogany. HEX triplet: D0, 26 and 2B. RGB value is (208,38,43). Sum of RGB (Red+Green+Blue) = 208+38+43=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0262B is #2FD9D4. Grayscale: #595959. Windows color (decimal): -3135957 or 2827984. OLE color: 2827984.

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

Color convert

RGB 208 38 43 -
CMYK 0 0.82 0.79 0.18
HSL 358.24º 0.69% 0.48% -
HSV(B) 358.24º 0.82% 0.82% -
XYZ 27.14 14.97 3.74 -
YUV 89.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 208 38 43 0 0.82 0.79 0.18 358.24 0.69 0.48
Hex D0 26 2B 0 52 4F 12 166 45 30
Octal 320 46 53 0 122 117 22 546 105 60
Binary 11010000 100110 101011 0 1010010 1001111 10010 101100110 1000101 110000

Color Harmonies of #D0262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0262B

Black with #D0262B

Text Example


Text Example

White with #D0262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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