Html Css Color HEX #D1394B Brick Red

📋 copy color: '#D1394B'

red 209 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #D1394B

Tints of Brick Red #D1394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 61.29%
G = 16.72%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1394B (or 0xD1394B) is known color: Brick Red. HEX triplet: D1, 39 and 4B. RGB value is (209,57,75). Sum of RGB (Red+Green+Blue) = 209+57+75=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1394B is #2EC6B4. Grayscale: #686868. Windows color (decimal): -3065525 or 4930001. OLE color: 4930001.

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

Color convert

RGB 209 57 75 -
CMYK 0 0.73 0.64 0.18
HSL 352.89º 0.62% 0.52% -
HSV(B) 352.89º 0.73% 0.82% -
XYZ 29.03 16.99 8.41 -
YUV 104.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 209 57 75 0 0.73 0.64 0.18 352.89 0.62 0.52
Hex D1 39 4B 0 49 40 12 161 3E 34
Octal 321 71 113 0 111 100 22 541 76 64
Binary 11010001 111001 1001011 0 1001001 1000000 10010 101100001 111110 110100

Color Harmonies of #D1394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1394B

Black with #D1394B

Text Example


Text Example

White with #D1394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1394B; }

 p { color: rgb(209,57,75); }

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

background-color css

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

 a { background-color: rgb(209,57,75); }

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

border-color css

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

 span { border-color: rgb(209,57,75); }

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