Html Css Color HEX #D4374C Brick Red

📋 copy color: '#D4374C'

red 212 ◦ green 55 ◦ blue 76

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

Shades of Brick Red #D4374C

Tints of Brick Red #D4374C

RGB

 RED value IS 212 (83.2% from 255) = 61.81%

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

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

R = 61.81%
G = 16.03%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4374C (or 0xD4374C) is known color: Brick Red. HEX triplet: D4, 37 and 4C. RGB value is (212,55,76). Sum of RGB (Red+Green+Blue) = 212+55+76=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4374C is #2BC8B3. Grayscale: #686868. Windows color (decimal): -2869428 or 4995028. OLE color: 4995028.

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

Color convert

RGB 212 55 76 -
CMYK 0 0.74 0.64 0.17
HSL 351.97º 0.65% 0.52% -
HSV(B) 351.97º 0.74% 0.83% -
XYZ 29.82 17.25 8.6 -
YUV 104.34 112.01 204.79 -
System Red Green Blue C M Y K H S L
Decimal 212 55 76 0 0.74 0.64 0.17 351.97 0.65 0.52
Hex D4 37 4C 0 4A 40 11 160 41 34
Octal 324 67 114 0 112 100 21 540 101 64
Binary 11010100 110111 1001100 0 1001010 1000000 10001 101100000 1000001 110100

Color Harmonies of #D4374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4374C

Black with #D4374C

Text Example


Text Example

White with #D4374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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