Html Css Color HEX #D13748 Brick Red

📋 copy color: '#D13748'

red 209 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D13748

Tints of Brick Red #D13748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 62.2%
G = 16.37%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13748 (or 0xD13748) is known color: Brick Red. HEX triplet: D1, 37 and 48. RGB value is (209,55,72). Sum of RGB (Red+Green+Blue) = 209+55+72=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D13748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13748 is #2EC8B7. Grayscale: #676767. Windows color (decimal): -3066040 or 4732881. OLE color: 4732881.

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

Color convert

RGB 209 55 72 -
CMYK 0 0.74 0.66 0.18
HSL 353.38º 0.63% 0.52% -
HSV(B) 353.38º 0.74% 0.82% -
XYZ 28.83 16.76 7.85 -
YUV 102.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 209 55 72 0 0.74 0.66 0.18 353.38 0.63 0.52
Hex D1 37 48 0 4A 42 12 161 3F 34
Octal 321 67 110 0 112 102 22 541 77 64
Binary 11010001 110111 1001000 0 1001010 1000010 10010 101100001 111111 110100

Color Harmonies of #D13748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13748

Black with #D13748

Text Example


Text Example

White with #D13748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13748; }

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

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

background-color css

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

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

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

border-color css

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

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

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