Html Css Color HEX #D02B2C Mahogany

📋 copy color: '#D02B2C'

red 208 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #D02B2C

Tints of Mahogany #D02B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 70.51%
G = 14.58%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D02B2C (or 0xD02B2C) is known color: Mahogany. HEX triplet: D0, 2B and 2C. RGB value is (208,43,44). Sum of RGB (Red+Green+Blue) = 208+43+44=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B2C is #2FD4D3. Grayscale: #5C5C5C. Windows color (decimal): -3134676 or 2894800. OLE color: 2894800.

HSL color Cylindrical-coordinate representation of color #D02B2C: 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.79%. Process color model (Four color, CMYK) of #D02B2C is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 43 44 -
CMYK 0 0.79 0.79 0.18
HSL 359.64º 0.66% 0.49% -
HSV(B) 359.64º 0.79% 0.82% -
XYZ 27.33 15.32 3.9 -
YUV 92.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 208 43 44 0 0.79 0.79 0.18 359.64 0.66 0.49
Hex D0 2B 2C 0 4F 4F 12 168 42 31
Octal 320 53 54 0 117 117 22 550 102 61
Binary 11010000 101011 101100 0 1001111 1001111 10010 101101000 1000010 110001

Color Harmonies of #D02B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02B2C

Black with #D02B2C

Text Example


Text Example

White with #D02B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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