Html Css Color HEX #D93343 Brick Red

📋 copy color: '#D93343'

red 217 ◦ green 51 ◦ blue 67

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

Shades of Brick Red #D93343

Tints of Brick Red #D93343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 64.78%
G = 15.22%
B = 20%

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

#D93343 (or 0xD93343) is known color: Brick Red. HEX triplet: D9, 33 and 43. RGB value is (217,51,67). Sum of RGB (Red+Green+Blue) = 217+51+67=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93343 is #26CCBC. Grayscale: #666666. Windows color (decimal): -2542781 or 4404185. OLE color: 4404185.

HSL color Cylindrical-coordinate representation of color #D93343: hue angle of 354.22º degrees, saturation: 0.69, 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 #D93343 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 67 -
CMYK 0 0.76 0.69 0.15
HSL 354.22º 0.69% 0.53% -
HSV(B) 354.22º 0.76% 0.85% -
XYZ 30.81 17.52 7.07 -
YUV 102.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 217 51 67 0 0.76 0.69 0.15 354.22 0.69 0.53
Hex D9 33 43 0 4C 45 F 162 45 35
Octal 331 63 103 0 114 105 17 542 105 65
Binary 11011001 110011 1000011 0 1001100 1000101 1111 101100010 1000101 110101

Color Harmonies of #D93343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93343

Black with #D93343

Text Example


Text Example

White with #D93343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93343; }

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

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

background-color css

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

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

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

border-color css

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

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

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