Html Css Color HEX #D02A30 Mahogany

📋 copy color: '#D02A30'

red 208 ◦ green 42 ◦ blue 48

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

Shades of Mahogany #D02A30

Tints of Mahogany #D02A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 69.8%
G = 14.09%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D02A30 (or 0xD02A30) is known color: Mahogany. HEX triplet: D0, 2A and 30. RGB value is (208,42,48). Sum of RGB (Red+Green+Blue) = 208+42+48=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A30 is #2FD5CF. Grayscale: #5C5C5C. Windows color (decimal): -3134928 or 3156688. OLE color: 3156688.

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

Color convert

RGB 208 42 48 -
CMYK 0 0.80 0.77 0.18
HSL 357.83º 0.66% 0.49% -
HSV(B) 357.83º 0.8% 0.82% -
XYZ 27.37 15.28 4.3 -
YUV 92.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 208 42 48 0 0.80 0.77 0.18 357.83 0.66 0.49
Hex D0 2A 30 0 50 4D 12 166 42 31
Octal 320 52 60 0 120 115 22 546 102 61
Binary 11010000 101010 110000 0 1010000 1001101 10010 101100110 1000010 110001

Color Harmonies of #D02A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A30

Black with #D02A30

Text Example


Text Example

White with #D02A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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