Html Css Color HEX #D93243 Brick Red

📋 copy color: '#D93243'

red 217 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #D93243

Tints of Brick Red #D93243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 64.97%
G = 14.97%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D93243 (or 0xD93243) is known color: Brick Red. HEX triplet: D9, 32 and 43. RGB value is (217,50,67). Sum of RGB (Red+Green+Blue) = 217+50+67=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D93243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93243 is #26CDBC. Grayscale: #656565. Windows color (decimal): -2543037 or 4403929. OLE color: 4403929.

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

Color convert

RGB 217 50 67 -
CMYK 0 0.77 0.69 0.15
HSL 353.89º 0.69% 0.52% -
HSV(B) 353.89º 0.77% 0.85% -
XYZ 30.77 17.44 7.05 -
YUV 101.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 217 50 67 0 0.77 0.69 0.15 353.89 0.69 0.52
Hex D9 32 43 0 4D 45 F 162 45 34
Octal 331 62 103 0 115 105 17 542 105 64
Binary 11011001 110010 1000011 0 1001101 1000101 1111 101100010 1000101 110100

Color Harmonies of #D93243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93243

Black with #D93243

Text Example


Text Example

White with #D93243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93243; }

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

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

background-color css

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

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

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

border-color css

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

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

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