Html Css Color HEX #D13145 Brick Red

📋 copy color: '#D13145'

red 209 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #D13145

Tints of Brick Red #D13145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 63.91%
G = 14.98%
B = 21.1%

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

#D13145 (or 0xD13145) is known color: Brick Red. HEX triplet: D1, 31 and 45. RGB value is (209,49,69). Sum of RGB (Red+Green+Blue) = 209+49+69=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13145 is #2ECEBA. Grayscale: #636363. Windows color (decimal): -3067579 or 4534737. OLE color: 4534737.

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

Color convert

RGB 209 49 69 -
CMYK 0 0.77 0.67 0.18
HSL 352.5º 0.63% 0.51% -
HSV(B) 352.5º 0.77% 0.82% -
XYZ 28.47 16.18 7.25 -
YUV 99.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 209 49 69 0 0.77 0.67 0.18 352.5 0.63 0.51
Hex D1 31 45 0 4D 43 12 160 3F 33
Octal 321 61 105 0 115 103 22 540 77 63
Binary 11010001 110001 1000101 0 1001101 1000011 10010 101100000 111111 110011

Color Harmonies of #D13145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13145

Black with #D13145

Text Example


Text Example

White with #D13145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13145; }

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

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

background-color css

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

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

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

border-color css

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

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

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