Html Css Color HEX #D13046 Brick Red

📋 copy color: '#D13046'

red 209 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #D13046

Tints of Brick Red #D13046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 63.91%
G = 14.68%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13046 (or 0xD13046) is known color: Brick Red. HEX triplet: D1, 30 and 46. RGB value is (209,48,70). Sum of RGB (Red+Green+Blue) = 209+48+70=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13046 is #2ECFB9. Grayscale: #626262. Windows color (decimal): -3067834 or 4600017. OLE color: 4600017.

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

Color convert

RGB 209 48 70 -
CMYK 0 0.77 0.67 0.18
HSL 351.8º 0.64% 0.5% -
HSV(B) 351.8º 0.77% 0.82% -
XYZ 28.46 16.11 7.4 -
YUV 98.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 209 48 70 0 0.77 0.67 0.18 351.8 0.64 0.5
Hex D1 30 46 0 4D 43 12 160 40 32
Octal 321 60 106 0 115 103 22 540 100 62
Binary 11010001 110000 1000110 0 1001101 1000011 10010 101100000 1000000 110010

Color Harmonies of #D13046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13046

Black with #D13046

Text Example


Text Example

White with #D13046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13046; }

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

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

background-color css

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

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

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

border-color css

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

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

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