Html Css Color HEX #D93744 Brick Red

📋 copy color: '#D93744'

red 217 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #D93744

Tints of Brick Red #D93744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 68 (26.95% from 255) = 20%

R = 63.82%
G = 16.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93744 (or 0xD93744) is known color: Brick Red. HEX triplet: D9, 37 and 44. RGB value is (217,55,68). Sum of RGB (Red+Green+Blue) = 217+55+68=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D93744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93744 is #26C8BB. Grayscale: #696969. Windows color (decimal): -2541756 or 4470745. OLE color: 4470745.

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

Color convert

RGB 217 55 68 -
CMYK 0 0.75 0.69 0.15
HSL 355.19º 0.68% 0.53% -
HSV(B) 355.19º 0.75% 0.85% -
XYZ 31.02 17.9 7.29 -
YUV 104.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 217 55 68 0 0.75 0.69 0.15 355.19 0.68 0.53
Hex D9 37 44 0 4B 45 F 163 44 35
Octal 331 67 104 0 113 105 17 543 104 65
Binary 11011001 110111 1000100 0 1001011 1000101 1111 101100011 1000100 110101

Color Harmonies of #D93744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93744

Black with #D93744

Text Example


Text Example

White with #D93744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93744; }

 p { color: rgb(217,55,68); }

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

background-color css

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

 a { background-color: rgb(217,55,68); }

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

border-color css

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

 span { border-color: rgb(217,55,68); }

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