Html Css Color HEX #D14149 Brick Red

📋 copy color: '#D14149'

red 209 ◦ green 65 ◦ blue 73

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

Shades of Brick Red #D14149

Tints of Brick Red #D14149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 60.23%
G = 18.73%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D14149 (or 0xD14149) is known color: Brick Red. HEX triplet: D1, 41 and 49. RGB value is (209,65,73). Sum of RGB (Red+Green+Blue) = 209+65+73=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14149 is #2EBEB6. Grayscale: #6D6D6D. Windows color (decimal): -3063479 or 4800977. OLE color: 4800977.

HSL color Cylindrical-coordinate representation of color #D14149: hue angle of 356.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14149 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 73 -
CMYK 0 0.69 0.65 0.18
HSL 356.67º 0.61% 0.54% -
HSV(B) 356.67º 0.69% 0.82% -
XYZ 29.39 17.82 8.19 -
YUV 108.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 209 65 73 0 0.69 0.65 0.18 356.67 0.61 0.54
Hex D1 41 49 0 45 41 12 165 3D 36
Octal 321 101 111 0 105 101 22 545 75 66
Binary 11010001 1000001 1001001 0 1000101 1000001 10010 101100101 111101 110110

Color Harmonies of #D14149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14149

Black with #D14149

Text Example


Text Example

White with #D14149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14149; }

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

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

background-color css

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

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

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

border-color css

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

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

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