Html Css Color HEX #D4374B Brick Red

📋 copy color: '#D4374B'

red 212 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #D4374B

Tints of Brick Red #D4374B

RGB

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

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

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

R = 61.99%
G = 16.08%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4374B (or 0xD4374B) is known color: Brick Red. HEX triplet: D4, 37 and 4B. RGB value is (212,55,75). Sum of RGB (Red+Green+Blue) = 212+55+75=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4374B is #2BC8B4. Grayscale: #686868. Windows color (decimal): -2869429 or 4929492. OLE color: 4929492.

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

Color convert

RGB 212 55 75 -
CMYK 0 0.74 0.65 0.17
HSL 352.36º 0.65% 0.52% -
HSV(B) 352.36º 0.74% 0.83% -
XYZ 29.79 17.24 8.41 -
YUV 104.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 212 55 75 0 0.74 0.65 0.17 352.36 0.65 0.52
Hex D4 37 4B 0 4A 41 11 160 41 34
Octal 324 67 113 0 112 101 21 540 101 64
Binary 11010100 110111 1001011 0 1001010 1000001 10001 101100000 1000001 110100

Color Harmonies of #D4374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4374B

Black with #D4374B

Text Example


Text Example

White with #D4374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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