Html Css Color HEX #D13846 Brick Red

📋 copy color: '#D13846'

red 209 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #D13846

Tints of Brick Red #D13846

RGB

 RED value IS 209 (82.03% from 255) = 62.39%

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

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

R = 62.39%
G = 16.72%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13846 (or 0xD13846) is known color: Brick Red. HEX triplet: D1, 38 and 46. RGB value is (209,56,70). Sum of RGB (Red+Green+Blue) = 209+56+70=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13846 is #2EC7B9. Grayscale: #676767. Windows color (decimal): -3065786 or 4602065. OLE color: 4602065.

HSL color Cylindrical-coordinate representation of color #D13846: hue angle of 354.51º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13846 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 70 -
CMYK 0 0.73 0.67 0.18
HSL 354.51º 0.62% 0.52% -
HSV(B) 354.51º 0.73% 0.82% -
XYZ 28.81 16.83 7.52 -
YUV 103.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 209 56 70 0 0.73 0.67 0.18 354.51 0.62 0.52
Hex D1 38 46 0 49 43 12 163 3E 34
Octal 321 70 106 0 111 103 22 543 76 64
Binary 11010001 111000 1000110 0 1001001 1000011 10010 101100011 111110 110100

Color Harmonies of #D13846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13846

Black with #D13846

Text Example


Text Example

White with #D13846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13846; }

 p { color: rgb(209,56,70); }

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

background-color css

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

 a { background-color: rgb(209,56,70); }

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

border-color css

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

 span { border-color: rgb(209,56,70); }

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