Html Css Color HEX #D83143 Brick Red

📋 copy color: '#D83143'

red 216 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #D83143

Tints of Brick Red #D83143

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

 GREEN value IS 49 (19.53% from 255) = 14.76%

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

R = 65.06%
G = 14.76%
B = 20.18%

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

#D83143 (or 0xD83143) is known color: Brick Red. HEX triplet: D8, 31 and 43. RGB value is (216,49,67). Sum of RGB (Red+Green+Blue) = 216+49+67=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D83143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83143 is #27CEBC. Grayscale: #656565. Windows color (decimal): -2608829 or 4403672. OLE color: 4403672.

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

Color convert

RGB 216 49 67 -
CMYK 0 0.77 0.69 0.15
HSL 353.53º 0.68% 0.52% -
HSV(B) 353.53º 0.77% 0.85% -
XYZ 30.43 17.2 7.03 -
YUV 100.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 216 49 67 0 0.77 0.69 0.15 353.53 0.68 0.52
Hex D8 31 43 0 4D 45 F 162 44 34
Octal 330 61 103 0 115 105 17 542 104 64
Binary 11011000 110001 1000011 0 1001101 1000101 1111 101100010 1000100 110100

Color Harmonies of #D83143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83143

Black with #D83143

Text Example


Text Example

White with #D83143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83143; }

 p { color: rgb(216,49,67); }

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

background-color css

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

 a { background-color: rgb(216,49,67); }

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

border-color css

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

 span { border-color: rgb(216,49,67); }

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