Html Css Color HEX #D13148 Brick Red

📋 copy color: '#D13148'

red 209 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #D13148

Tints of Brick Red #D13148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 63.33%
G = 14.85%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13148 (or 0xD13148) is known color: Brick Red. HEX triplet: D1, 31 and 48. RGB value is (209,49,72). Sum of RGB (Red+Green+Blue) = 209+49+72=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13148 is #2ECEB7. Grayscale: #636363. Windows color (decimal): -3067576 or 4731345. OLE color: 4731345.

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

Color convert

RGB 209 49 72 -
CMYK 0 0.77 0.66 0.18
HSL 351.38º 0.63% 0.51% -
HSV(B) 351.38º 0.77% 0.82% -
XYZ 28.56 16.22 7.76 -
YUV 99.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 209 49 72 0 0.77 0.66 0.18 351.38 0.63 0.51
Hex D1 31 48 0 4D 42 12 15F 3F 33
Octal 321 61 110 0 115 102 22 537 77 63
Binary 11010001 110001 1001000 0 1001101 1000010 10010 101011111 111111 110011

Color Harmonies of #D13148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13148

Black with #D13148

Text Example


Text Example

White with #D13148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13148; }

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

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

background-color css

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

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

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

border-color css

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

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

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