Html Css Color HEX #D5374A Brick Red

📋 copy color: '#D5374A'

red 213 ◦ green 55 ◦ blue 74

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

Shades of Brick Red #D5374A

Tints of Brick Red #D5374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 62.28%
G = 16.08%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5374A (or 0xD5374A) is known color: Brick Red. HEX triplet: D5, 37 and 4A. RGB value is (213,55,74). Sum of RGB (Red+Green+Blue) = 213+55+74=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5374A is #2AC8B5. Grayscale: #686868. Windows color (decimal): -2803894 or 4863957. OLE color: 4863957.

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

Color convert

RGB 213 55 74 -
CMYK 0 0.74 0.65 0.16
HSL 352.78º 0.65% 0.53% -
HSV(B) 352.78º 0.74% 0.84% -
XYZ 30.04 17.37 8.25 -
YUV 104.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 213 55 74 0 0.74 0.65 0.16 352.78 0.65 0.53
Hex D5 37 4A 0 4A 41 10 161 41 35
Octal 325 67 112 0 112 101 20 541 101 65
Binary 11010101 110111 1001010 0 1001010 1000001 10000 101100001 1000001 110101

Color Harmonies of #D5374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5374A

Black with #D5374A

Text Example


Text Example

White with #D5374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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