Html Css Color HEX #D5374C Brick Red

📋 copy color: '#D5374C'

red 213 ◦ green 55 ◦ blue 76

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

Shades of Brick Red #D5374C

Tints of Brick Red #D5374C

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

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

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

R = 61.92%
G = 15.99%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5374C (or 0xD5374C) is known color: Brick Red. HEX triplet: D5, 37 and 4C. RGB value is (213,55,76). Sum of RGB (Red+Green+Blue) = 213+55+76=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5374C is #2AC8B3. Grayscale: #686868. Windows color (decimal): -2803892 or 4995029. OLE color: 4995029.

HSL color Cylindrical-coordinate representation of color #D5374C: hue angle of 352.03º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5374C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 76 -
CMYK 0 0.74 0.64 0.16
HSL 352.03º 0.65% 0.53% -
HSV(B) 352.03º 0.74% 0.84% -
XYZ 30.11 17.4 8.61 -
YUV 104.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 213 55 76 0 0.74 0.64 0.16 352.03 0.65 0.53
Hex D5 37 4C 0 4A 40 10 160 41 35
Octal 325 67 114 0 112 100 20 540 101 65
Binary 11010101 110111 1001100 0 1001010 1000000 10000 101100000 1000001 110101

Color Harmonies of #D5374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5374C

Black with #D5374C

Text Example


Text Example

White with #D5374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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