Html Css Color HEX #D02735 Mahogany

📋 copy color: '#D02735'

red 208 ◦ green 39 ◦ blue 53

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

Shades of Mahogany #D02735

Tints of Mahogany #D02735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 69.33%
G = 13%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D02735 (or 0xD02735) is known color: Mahogany. HEX triplet: D0, 27 and 35. RGB value is (208,39,53). Sum of RGB (Red+Green+Blue) = 208+39+53=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D02735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02735 is #2FD8CA. Grayscale: #5B5B5B. Windows color (decimal): -3135691 or 3483600. OLE color: 3483600.

HSL color Cylindrical-coordinate representation of color #D02735: hue angle of 355.03º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02735 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 53 -
CMYK 0 0.81 0.75 0.18
HSL 355.03º 0.68% 0.48% -
HSV(B) 355.03º 0.81% 0.82% -
XYZ 27.38 15.12 4.84 -
YUV 91.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 208 39 53 0 0.81 0.75 0.18 355.03 0.68 0.48
Hex D0 27 35 0 51 4B 12 163 44 30
Octal 320 47 65 0 121 113 22 543 104 60
Binary 11010000 100111 110101 0 1010001 1001011 10010 101100011 1000100 110000

Color Harmonies of #D02735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02735

Black with #D02735

Text Example


Text Example

White with #D02735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02735; }

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

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

background-color css

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

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

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

border-color css

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

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

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