Html Css Color HEX #D0364D Brick Red

📋 copy color: '#D0364D'

red 208 ◦ green 54 ◦ blue 77

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

Shades of Brick Red #D0364D

Tints of Brick Red #D0364D

RGB

 RED value IS 208 (81.64% from 255) = 61.36%

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

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

R = 61.36%
G = 15.93%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0364D (or 0xD0364D) is known color: Brick Red. HEX triplet: D0, 36 and 4D. RGB value is (208,54,77). Sum of RGB (Red+Green+Blue) = 208+54+77=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0364D is #2FC9B2. Grayscale: #666666. Windows color (decimal): -3131827 or 5060304. OLE color: 5060304.

HSL color Cylindrical-coordinate representation of color #D0364D: hue angle of 351.04º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0364D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 77 -
CMYK 0 0.74 0.63 0.18
HSL 351.04º 0.62% 0.51% -
HSV(B) 351.04º 0.74% 0.82% -
XYZ 28.67 16.58 8.71 -
YUV 102.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 208 54 77 0 0.74 0.63 0.18 351.04 0.62 0.51
Hex D0 36 4D 0 4A 3F 12 15F 3E 33
Octal 320 66 115 0 112 77 22 537 76 63
Binary 11010000 110110 1001101 0 1001010 111111 10010 101011111 111110 110011

Color Harmonies of #D0364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0364D

Black with #D0364D

Text Example


Text Example

White with #D0364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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