Html Css Color HEX #D1374C Brick Red

📋 copy color: '#D1374C'

red 209 ◦ green 55 ◦ blue 76

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

Shades of Brick Red #D1374C

Tints of Brick Red #D1374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 61.47%
G = 16.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1374C (or 0xD1374C) is known color: Brick Red. HEX triplet: D1, 37 and 4C. RGB value is (209,55,76). Sum of RGB (Red+Green+Blue) = 209+55+76=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1374C is #2EC8B3. Grayscale: #676767. Windows color (decimal): -3066036 or 4995025. OLE color: 4995025.

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

Color convert

RGB 209 55 76 -
CMYK 0 0.74 0.64 0.18
HSL 351.82º 0.63% 0.52% -
HSV(B) 351.82º 0.74% 0.82% -
XYZ 28.97 16.81 8.56 -
YUV 103.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 209 55 76 0 0.74 0.64 0.18 351.82 0.63 0.52
Hex D1 37 4C 0 4A 40 12 160 3F 34
Octal 321 67 114 0 112 100 22 540 77 64
Binary 11010001 110111 1001100 0 1001010 1000000 10010 101100000 111111 110100

Color Harmonies of #D1374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1374C

Black with #D1374C

Text Example


Text Example

White with #D1374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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