Html Css Color HEX #D93845 Brick Red

📋 copy color: '#D93845'

red 217 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #D93845

Tints of Brick Red #D93845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 63.45%
G = 16.37%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93845 (or 0xD93845) is known color: Brick Red. HEX triplet: D9, 38 and 45. RGB value is (217,56,69). Sum of RGB (Red+Green+Blue) = 217+56+69=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93845 is #26C7BA. Grayscale: #696969. Windows color (decimal): -2541499 or 4536537. OLE color: 4536537.

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

Color convert

RGB 217 56 69 -
CMYK 0 0.74 0.68 0.15
HSL 355.16º 0.68% 0.54% -
HSV(B) 355.16º 0.74% 0.85% -
XYZ 31.1 18.01 7.47 -
YUV 105.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 217 56 69 0 0.74 0.68 0.15 355.16 0.68 0.54
Hex D9 38 45 0 4A 44 F 163 44 36
Octal 331 70 105 0 112 104 17 543 104 66
Binary 11011001 111000 1000101 0 1001010 1000100 1111 101100011 1000100 110110

Color Harmonies of #D93845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93845

Black with #D93845

Text Example


Text Example

White with #D93845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93845; }

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

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

background-color css

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

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

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

border-color css

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

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

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