Html Css Color HEX #D1374B Brick Red

📋 copy color: '#D1374B'

red 209 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #D1374B

Tints of Brick Red #D1374B

RGB

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

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

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

R = 61.65%
G = 16.22%
B = 22.12%

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

#D1374B (or 0xD1374B) is known color: Brick Red. HEX triplet: D1, 37 and 4B. RGB value is (209,55,75). Sum of RGB (Red+Green+Blue) = 209+55+75=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1374B is #2EC8B4. Grayscale: #676767. Windows color (decimal): -3066037 or 4929489. OLE color: 4929489.

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

Color convert

RGB 209 55 75 -
CMYK 0 0.74 0.64 0.18
HSL 352.21º 0.63% 0.52% -
HSV(B) 352.21º 0.74% 0.82% -
XYZ 28.93 16.8 8.37 -
YUV 103.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 209 55 75 0 0.74 0.64 0.18 352.21 0.63 0.52
Hex D1 37 4B 0 4A 40 12 160 3F 34
Octal 321 67 113 0 112 100 22 540 77 64
Binary 11010001 110111 1001011 0 1001010 1000000 10010 101100000 111111 110100

Color Harmonies of #D1374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1374B

Black with #D1374B

Text Example


Text Example

White with #D1374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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