Html Css Color HEX #D62D35 Mahogany

📋 copy color: '#D62D35'

red 214 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #D62D35

Tints of Mahogany #D62D35

RGB

 RED value IS 214 (83.98% from 255) = 68.59%

 GREEN value IS 45 (17.97% from 255) = 14.42%

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

R = 68.59%
G = 14.42%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D62D35 (or 0xD62D35) is known color: Mahogany. HEX triplet: D6, 2D and 35. RGB value is (214,45,53). Sum of RGB (Red+Green+Blue) = 214+45+53=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D35 is #29D2CA. Grayscale: #606060. Windows color (decimal): -2740939 or 3485142. OLE color: 3485142.

HSL color Cylindrical-coordinate representation of color #D62D35: hue angle of 357.16º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D35 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 53 -
CMYK 0 0.79 0.75 0.16
HSL 357.16º 0.67% 0.51% -
HSV(B) 357.16º 0.79% 0.84% -
XYZ 29.31 16.43 4.99 -
YUV 96.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 214 45 53 0 0.79 0.75 0.16 357.16 0.67 0.51
Hex D6 2D 35 0 4F 4B 10 165 43 33
Octal 326 55 65 0 117 113 20 545 103 63
Binary 11010110 101101 110101 0 1001111 1001011 10000 101100101 1000011 110011

Color Harmonies of #D62D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D35

Black with #D62D35

Text Example


Text Example

White with #D62D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D35; }

 p { color: rgb(214,45,53); }

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

background-color css

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

 a { background-color: rgb(214,45,53); }

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

border-color css

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

 span { border-color: rgb(214,45,53); }

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