Html Css Color HEX #D5374B Brick Red

📋 copy color: '#D5374B'

red 213 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #D5374B

Tints of Brick Red #D5374B

RGB

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

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

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

R = 62.1%
G = 16.03%
B = 21.87%

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

#D5374B (or 0xD5374B) is known color: Brick Red. HEX triplet: D5, 37 and 4B. RGB value is (213,55,75). Sum of RGB (Red+Green+Blue) = 213+55+75=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5374B is #2AC8B4. Grayscale: #686868. Windows color (decimal): -2803893 or 4929493. OLE color: 4929493.

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

Color convert

RGB 213 55 75 -
CMYK 0 0.74 0.65 0.16
HSL 352.41º 0.65% 0.53% -
HSV(B) 352.41º 0.74% 0.84% -
XYZ 30.08 17.39 8.43 -
YUV 104.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 213 55 75 0 0.74 0.65 0.16 352.41 0.65 0.53
Hex D5 37 4B 0 4A 41 10 160 41 35
Octal 325 67 113 0 112 101 20 540 101 65
Binary 11010101 110111 1001011 0 1001010 1000001 10000 101100000 1000001 110101

Color Harmonies of #D5374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5374B

Black with #D5374B

Text Example


Text Example

White with #D5374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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