Html Css Color HEX #D3374F Brick Red

📋 copy color: '#D3374F'

red 211 ◦ green 55 ◦ blue 79

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

Shades of Brick Red #D3374F

Tints of Brick Red #D3374F

RGB

 RED value IS 211 (82.81% from 255) = 61.16%

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 61.16%
G = 15.94%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3374F (or 0xD3374F) is known color: Brick Red. HEX triplet: D3, 37 and 4F. RGB value is (211,55,79). Sum of RGB (Red+Green+Blue) = 211+55+79=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D3374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3374F is #2CC8B0. Grayscale: #686868. Windows color (decimal): -2934961 or 5191635. OLE color: 5191635.

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

Color convert

RGB 211 55 79 -
CMYK 0 0.74 0.63 0.17
HSL 350.77º 0.64% 0.52% -
HSV(B) 350.77º 0.74% 0.83% -
XYZ 29.64 17.15 9.14 -
YUV 104.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 211 55 79 0 0.74 0.63 0.17 350.77 0.64 0.52
Hex D3 37 4F 0 4A 3F 11 15F 40 34
Octal 323 67 117 0 112 77 21 537 100 64
Binary 11010011 110111 1001111 0 1001010 111111 10001 101011111 1000000 110100

Color Harmonies of #D3374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3374F

Black with #D3374F

Text Example


Text Example

White with #D3374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3374F; }

 p { color: rgb(211,55,79); }

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

background-color css

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

 a { background-color: rgb(211,55,79); }

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

border-color css

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

 span { border-color: rgb(211,55,79); }

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