Html Css Color HEX #D83746 Brick Red

📋 copy color: '#D83746'

red 216 ◦ green 55 ◦ blue 70

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

Shades of Brick Red #D83746

Tints of Brick Red #D83746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 63.34%
G = 16.13%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83746 (or 0xD83746) is known color: Brick Red. HEX triplet: D8, 37 and 46. RGB value is (216,55,70). Sum of RGB (Red+Green+Blue) = 216+55+70=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D83746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83746 is #27C8B9. Grayscale: #686868. Windows color (decimal): -2607290 or 4601816. OLE color: 4601816.

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

Color convert

RGB 216 55 70 -
CMYK 0 0.75 0.68 0.15
HSL 354.41º 0.67% 0.53% -
HSV(B) 354.41º 0.75% 0.85% -
XYZ 30.79 17.77 7.6 -
YUV 104.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 216 55 70 0 0.75 0.68 0.15 354.41 0.67 0.53
Hex D8 37 46 0 4B 44 F 162 43 35
Octal 330 67 106 0 113 104 17 542 103 65
Binary 11011000 110111 1000110 0 1001011 1000100 1111 101100010 1000011 110101

Color Harmonies of #D83746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83746

Black with #D83746

Text Example


Text Example

White with #D83746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83746; }

 p { color: rgb(216,55,70); }

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

background-color css

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

 a { background-color: rgb(216,55,70); }

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

border-color css

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

 span { border-color: rgb(216,55,70); }

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