Html Css Color HEX #D02A2B Mahogany

📋 copy color: '#D02A2B'

red 208 ◦ green 42 ◦ blue 43

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

Shades of Mahogany #D02A2B

Tints of Mahogany #D02A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 70.99%
G = 14.33%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D02A2B (or 0xD02A2B) is known color: Mahogany. HEX triplet: D0, 2A and 2B. RGB value is (208,42,43). Sum of RGB (Red+Green+Blue) = 208+42+43=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A2B is #2FD5D4. Grayscale: #5B5B5B. Windows color (decimal): -3134933 or 2829008. OLE color: 2829008.

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

Color convert

RGB 208 42 43 -
CMYK 0 0.80 0.79 0.18
HSL 359.64º 0.66% 0.49% -
HSV(B) 359.64º 0.8% 0.82% -
XYZ 27.28 15.24 3.79 -
YUV 91.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 208 42 43 0 0.80 0.79 0.18 359.64 0.66 0.49
Hex D0 2A 2B 0 50 4F 12 168 42 31
Octal 320 52 53 0 120 117 22 550 102 61
Binary 11010000 101010 101011 0 1010000 1001111 10010 101101000 1000010 110001

Color Harmonies of #D02A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A2B

Black with #D02A2B

Text Example


Text Example

White with #D02A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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