Html Css Color HEX #D13141 Brick Red

📋 copy color: '#D13141'

red 209 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D13141

Tints of Brick Red #D13141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 64.71%
G = 15.17%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D13141 (or 0xD13141) is known color: Brick Red. HEX triplet: D1, 31 and 41. RGB value is (209,49,65). Sum of RGB (Red+Green+Blue) = 209+49+65=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D13141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13141 is #2ECEBE. Grayscale: #626262. Windows color (decimal): -3067583 or 4272593. OLE color: 4272593.

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

Color convert

RGB 209 49 65 -
CMYK 0 0.77 0.69 0.18
HSL 354º 0.63% 0.51% -
HSV(B) 354º 0.77% 0.82% -
XYZ 28.35 16.13 6.62 -
YUV 98.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 209 49 65 0 0.77 0.69 0.18 354 0.63 0.51
Hex D1 31 41 0 4D 45 12 162 3F 33
Octal 321 61 101 0 115 105 22 542 77 63
Binary 11010001 110001 1000001 0 1001101 1000101 10010 101100010 111111 110011

Color Harmonies of #D13141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13141

Black with #D13141

Text Example


Text Example

White with #D13141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13141; }

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

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

background-color css

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

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

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

border-color css

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

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

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