Html Css Color HEX #D93444 Brick Red

📋 copy color: '#D93444'

red 217 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #D93444

Tints of Brick Red #D93444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 64.39%
G = 15.43%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93444 (or 0xD93444) is known color: Brick Red. HEX triplet: D9, 34 and 44. RGB value is (217,52,68). Sum of RGB (Red+Green+Blue) = 217+52+68=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D93444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93444 is #26CBBB. Grayscale: #676767. Windows color (decimal): -2542524 or 4469977. OLE color: 4469977.

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

Color convert

RGB 217 52 68 -
CMYK 0 0.76 0.69 0.15
HSL 354.18º 0.68% 0.53% -
HSV(B) 354.18º 0.76% 0.85% -
XYZ 30.89 17.63 7.24 -
YUV 103.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 217 52 68 0 0.76 0.69 0.15 354.18 0.68 0.53
Hex D9 34 44 0 4C 45 F 162 44 35
Octal 331 64 104 0 114 105 17 542 104 65
Binary 11011001 110100 1000100 0 1001100 1000101 1111 101100010 1000100 110101

Color Harmonies of #D93444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93444

Black with #D93444

Text Example


Text Example

White with #D93444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93444; }

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

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

background-color css

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

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

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

border-color css

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

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

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