Html Css Color HEX #D3364F Brick Red

📋 copy color: '#D3364F'

red 211 ◦ green 54 ◦ blue 79

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

Shades of Brick Red #D3364F

Tints of Brick Red #D3364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 61.34%
G = 15.7%
B = 22.97%

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

#D3364F (or 0xD3364F) is known color: Brick Red. HEX triplet: D3, 36 and 4F. RGB value is (211,54,79). Sum of RGB (Red+Green+Blue) = 211+54+79=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3364F is #2CC9B0. Grayscale: #676767. Windows color (decimal): -2935217 or 5191379. OLE color: 5191379.

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

Color convert

RGB 211 54 79 -
CMYK 0 0.74 0.63 0.17
HSL 350.45º 0.64% 0.52% -
HSV(B) 350.45º 0.74% 0.83% -
XYZ 29.59 17.05 9.13 -
YUV 103.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 211 54 79 0 0.74 0.63 0.17 350.45 0.64 0.52
Hex D3 36 4F 0 4A 3F 11 15E 40 34
Octal 323 66 117 0 112 77 21 536 100 64
Binary 11010011 110110 1001111 0 1001010 111111 10001 101011110 1000000 110100

Color Harmonies of #D3364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3364F

Black with #D3364F

Text Example


Text Example

White with #D3364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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