Html Css Color HEX #D63449 Brick Red

📋 copy color: '#D63449'

red 214 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #D63449

Tints of Brick Red #D63449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 63.13%
G = 15.34%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63449 (or 0xD63449) is known color: Brick Red. HEX triplet: D6, 34 and 49. RGB value is (214,52,73). Sum of RGB (Red+Green+Blue) = 214+52+73=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63449 is #29CBB6. Grayscale: #666666. Windows color (decimal): -2739127 or 4797654. OLE color: 4797654.

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

Color convert

RGB 214 52 73 -
CMYK 0 0.76 0.66 0.16
HSL 352.22º 0.66% 0.52% -
HSV(B) 352.22º 0.76% 0.84% -
XYZ 30.16 17.23 8.04 -
YUV 102.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 214 52 73 0 0.76 0.66 0.16 352.22 0.66 0.52
Hex D6 34 49 0 4C 42 10 160 42 34
Octal 326 64 111 0 114 102 20 540 102 64
Binary 11010110 110100 1001001 0 1001100 1000010 10000 101100000 1000010 110100

Color Harmonies of #D63449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63449

Black with #D63449

Text Example


Text Example

White with #D63449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63449; }

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

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

background-color css

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

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

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

border-color css

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

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

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