Html Css Color HEX #D02935 Mahogany

📋 copy color: '#D02935'

red 208 ◦ green 41 ◦ blue 53

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

Shades of Mahogany #D02935

Tints of Mahogany #D02935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 68.87%
G = 13.58%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D02935 (or 0xD02935) is known color: Mahogany. HEX triplet: D0, 29 and 35. RGB value is (208,41,53). Sum of RGB (Red+Green+Blue) = 208+41+53=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D02935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02935 is #2FD6CA. Grayscale: #5C5C5C. Windows color (decimal): -3135179 or 3484112. OLE color: 3484112.

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

Color convert

RGB 208 41 53 -
CMYK 0 0.80 0.75 0.18
HSL 355.69º 0.67% 0.49% -
HSV(B) 355.69º 0.8% 0.82% -
XYZ 27.45 15.25 4.87 -
YUV 92.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 208 41 53 0 0.80 0.75 0.18 355.69 0.67 0.49
Hex D0 29 35 0 50 4B 12 164 43 31
Octal 320 51 65 0 120 113 22 544 103 61
Binary 11010000 101001 110101 0 1010000 1001011 10010 101100100 1000011 110001

Color Harmonies of #D02935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02935

Black with #D02935

Text Example


Text Example

White with #D02935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02935; }

 p { color: rgb(208,41,53); }

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

background-color css

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

 a { background-color: rgb(208,41,53); }

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

border-color css

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

 span { border-color: rgb(208,41,53); }

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