Html Css Color HEX #D13445 Brick Red

📋 copy color: '#D13445'

red 209 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #D13445

Tints of Brick Red #D13445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 63.33%
G = 15.76%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13445 (or 0xD13445) is known color: Brick Red. HEX triplet: D1, 34 and 45. RGB value is (209,52,69). Sum of RGB (Red+Green+Blue) = 209+52+69=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13445 is #2ECBBA. Grayscale: #646464. Windows color (decimal): -3066811 or 4535505. OLE color: 4535505.

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

Color convert

RGB 209 52 69 -
CMYK 0 0.75 0.67 0.18
HSL 353.5º 0.63% 0.51% -
HSV(B) 353.5º 0.75% 0.82% -
XYZ 28.6 16.44 7.3 -
YUV 100.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 209 52 69 0 0.75 0.67 0.18 353.5 0.63 0.51
Hex D1 34 45 0 4B 43 12 162 3F 33
Octal 321 64 105 0 113 103 22 542 77 63
Binary 11010001 110100 1000101 0 1001011 1000011 10010 101100010 111111 110011

Color Harmonies of #D13445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13445

Black with #D13445

Text Example


Text Example

White with #D13445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13445; }

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

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

background-color css

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

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

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

border-color css

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

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

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