Html Css Color HEX #D1384F Brick Red

📋 copy color: '#D1384F'

red 209 ◦ green 56 ◦ blue 79

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

Shades of Brick Red #D1384F

Tints of Brick Red #D1384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

 BLUE value IS 79 (31.25% from 255) = 22.97%

R = 60.76%
G = 16.28%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1384F (or 0xD1384F) is known color: Brick Red. HEX triplet: D1, 38 and 4F. RGB value is (209,56,79). Sum of RGB (Red+Green+Blue) = 209+56+79=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1384F is #2EC7B0. Grayscale: #686868. Windows color (decimal): -3065777 or 5191889. OLE color: 5191889.

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

Color convert

RGB 209 56 79 -
CMYK 0 0.73 0.62 0.18
HSL 350.98º 0.62% 0.52% -
HSV(B) 350.98º 0.73% 0.82% -
XYZ 29.12 16.95 9.13 -
YUV 104.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 209 56 79 0 0.73 0.62 0.18 350.98 0.62 0.52
Hex D1 38 4F 0 49 3E 12 15F 3E 34
Octal 321 70 117 0 111 76 22 537 76 64
Binary 11010001 111000 1001111 0 1001001 111110 10010 101011111 111110 110100

Color Harmonies of #D1384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1384F

Black with #D1384F

Text Example


Text Example

White with #D1384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1384F; }

 p { color: rgb(209,56,79); }

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

background-color css

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

 a { background-color: rgb(209,56,79); }

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

border-color css

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

 span { border-color: rgb(209,56,79); }

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