Html Css Color HEX #D94345 Mahogany

📋 copy color: '#D94345'

red 217 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #D94345

Tints of Mahogany #D94345

RGB

 RED value IS 217 (85.16% from 255) = 61.47%

 GREEN value IS 67 (26.56% from 255) = 18.98%

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 61.47%
G = 18.98%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D94345 (or 0xD94345) is known color: Mahogany. HEX triplet: D9, 43 and 45. RGB value is (217,67,69). Sum of RGB (Red+Green+Blue) = 217+67+69=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94345 is #26BCBA. Grayscale: #707070. Windows color (decimal): -2538683 or 4539353. OLE color: 4539353.

HSL color Cylindrical-coordinate representation of color #D94345: hue angle of 359.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94345 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 69 -
CMYK 0 0.69 0.68 0.15
HSL 359.2º 0.66% 0.56% -
HSV(B) 359.2º 0.69% 0.85% -
XYZ 31.7 19.2 7.66 -
YUV 112.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 217 67 69 0 0.69 0.68 0.15 359.2 0.66 0.56
Hex D9 43 45 0 45 44 F 167 42 38
Octal 331 103 105 0 105 104 17 547 102 70
Binary 11011001 1000011 1000101 0 1000101 1000100 1111 101100111 1000010 111000

Color Harmonies of #D94345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94345

Black with #D94345

Text Example


Text Example

White with #D94345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94345; }

 p { color: rgb(217,67,69); }

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

background-color css

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

 a { background-color: rgb(217,67,69); }

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

border-color css

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

 span { border-color: rgb(217,67,69); }

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