Html Css Color HEX #D13A46 Brick Red

📋 copy color: '#D13A46'

red 209 ◦ green 58 ◦ blue 70

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

Shades of Brick Red #D13A46

Tints of Brick Red #D13A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

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

R = 62.02%
G = 17.21%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13A46 (or 0xD13A46) is known color: Brick Red. HEX triplet: D1, 3A and 46. RGB value is (209,58,70). Sum of RGB (Red+Green+Blue) = 209+58+70=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A46 is #2EC5B9. Grayscale: #686868. Windows color (decimal): -3065274 or 4602577. OLE color: 4602577.

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

Color convert

RGB 209 58 70 -
CMYK 0 0.72 0.67 0.18
HSL 355.23º 0.62% 0.52% -
HSV(B) 355.23º 0.72% 0.82% -
XYZ 28.91 17.02 7.56 -
YUV 104.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 209 58 70 0 0.72 0.67 0.18 355.23 0.62 0.52
Hex D1 3A 46 0 48 43 12 163 3E 34
Octal 321 72 106 0 110 103 22 543 76 64
Binary 11010001 111010 1000110 0 1001000 1000011 10010 101100011 111110 110100

Color Harmonies of #D13A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A46

Black with #D13A46

Text Example


Text Example

White with #D13A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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