Html Css Color HEX #D3364D Brick Red

📋 copy color: '#D3364D'

red 211 ◦ green 54 ◦ blue 77

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

Shades of Brick Red #D3364D

Tints of Brick Red #D3364D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 61.7%
G = 15.79%
B = 22.51%

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

#D3364D (or 0xD3364D) is known color: Brick Red. HEX triplet: D3, 36 and 4D. RGB value is (211,54,77). Sum of RGB (Red+Green+Blue) = 211+54+77=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3364D is #2CC9B2. Grayscale: #676767. Windows color (decimal): -2935219 or 5060307. OLE color: 5060307.

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

Color convert

RGB 211 54 77 -
CMYK 0 0.74 0.64 0.17
HSL 351.21º 0.64% 0.52% -
HSV(B) 351.21º 0.74% 0.83% -
XYZ 29.52 17.02 8.75 -
YUV 103.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 211 54 77 0 0.74 0.64 0.17 351.21 0.64 0.52
Hex D3 36 4D 0 4A 40 11 15F 40 34
Octal 323 66 115 0 112 100 21 537 100 64
Binary 11010011 110110 1001101 0 1001010 1000000 10001 101011111 1000000 110100

Color Harmonies of #D3364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3364D

Black with #D3364D

Text Example


Text Example

White with #D3364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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