Html Css Color HEX #D63549 Brick Red

📋 copy color: '#D63549'

red 214 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #D63549

Tints of Brick Red #D63549

RGB

 RED value IS 214 (83.98% from 255) = 62.94%

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 62.94%
G = 15.59%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63549 (or 0xD63549) is known color: Brick Red. HEX triplet: D6, 35 and 49. RGB value is (214,53,73). Sum of RGB (Red+Green+Blue) = 214+53+73=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63549 is #29CAB6. Grayscale: #676767. Windows color (decimal): -2738871 or 4797910. OLE color: 4797910.

HSL color Cylindrical-coordinate representation of color #D63549: hue angle of 352.55º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63549 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 73 -
CMYK 0 0.75 0.66 0.16
HSL 352.55º 0.66% 0.52% -
HSV(B) 352.55º 0.75% 0.84% -
XYZ 30.21 17.32 8.05 -
YUV 103.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 214 53 73 0 0.75 0.66 0.16 352.55 0.66 0.52
Hex D6 35 49 0 4B 42 10 161 42 34
Octal 326 65 111 0 113 102 20 541 102 64
Binary 11010110 110101 1001001 0 1001011 1000010 10000 101100001 1000010 110100

Color Harmonies of #D63549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63549

Black with #D63549

Text Example


Text Example

White with #D63549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63549; }

 p { color: rgb(214,53,73); }

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

background-color css

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

 a { background-color: rgb(214,53,73); }

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

border-color css

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

 span { border-color: rgb(214,53,73); }

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