Html Css Color HEX #D13C47 Brick Red

📋 copy color: '#D13C47'

red 209 ◦ green 60 ◦ blue 71

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

Shades of Brick Red #D13C47

Tints of Brick Red #D13C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 71 (28.13% from 255) = 20.88%

R = 61.47%
G = 17.65%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13C47 (or 0xD13C47) is known color: Brick Red. HEX triplet: D1, 3C and 47. RGB value is (209,60,71). Sum of RGB (Red+Green+Blue) = 209+60+71=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C47 is #2EC3B8. Grayscale: #696969. Windows color (decimal): -3064761 or 4668625. OLE color: 4668625.

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

Color convert

RGB 209 60 71 -
CMYK 0 0.71 0.66 0.18
HSL 355.57º 0.62% 0.53% -
HSV(B) 355.57º 0.71% 0.82% -
XYZ 29.05 17.24 7.76 -
YUV 105.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 209 60 71 0 0.71 0.66 0.18 355.57 0.62 0.53
Hex D1 3C 47 0 47 42 12 164 3E 35
Octal 321 74 107 0 107 102 22 544 76 65
Binary 11010001 111100 1000111 0 1000111 1000010 10010 101100100 111110 110101

Color Harmonies of #D13C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C47

Black with #D13C47

Text Example


Text Example

White with #D13C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C47; }

 p { color: rgb(209,60,71); }

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

background-color css

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

 a { background-color: rgb(209,60,71); }

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

border-color css

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

 span { border-color: rgb(209,60,71); }

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