Html Css Color HEX #D13045 Brick Red

📋 copy color: '#D13045'

red 209 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #D13045

Tints of Brick Red #D13045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 64.11%
G = 14.72%
B = 21.17%

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

#D13045 (or 0xD13045) is known color: Brick Red. HEX triplet: D1, 30 and 45. RGB value is (209,48,69). Sum of RGB (Red+Green+Blue) = 209+48+69=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13045 is #2ECFBA. Grayscale: #626262. Windows color (decimal): -3067835 or 4534481. OLE color: 4534481.

HSL color Cylindrical-coordinate representation of color #D13045: hue angle of 352.17º 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 #D13045 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 69 -
CMYK 0 0.77 0.67 0.18
HSL 352.17º 0.64% 0.5% -
HSV(B) 352.17º 0.77% 0.82% -
XYZ 28.43 16.1 7.24 -
YUV 98.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 209 48 69 0 0.77 0.67 0.18 352.17 0.64 0.5
Hex D1 30 45 0 4D 43 12 160 40 32
Octal 321 60 105 0 115 103 22 540 100 62
Binary 11010001 110000 1000101 0 1001101 1000011 10010 101100000 1000000 110010

Color Harmonies of #D13045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13045

Black with #D13045

Text Example


Text Example

White with #D13045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13045; }

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

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

background-color css

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

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

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

border-color css

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

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

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