Html Css Color HEX #D63849 Brick Red

📋 copy color: '#D63849'

red 214 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #D63849

Tints of Brick Red #D63849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

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

R = 62.39%
G = 16.33%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63849 (or 0xD63849) is known color: Brick Red. HEX triplet: D6, 38 and 49. RGB value is (214,56,73). Sum of RGB (Red+Green+Blue) = 214+56+73=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D63849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63849 is #29C7B6. Grayscale: #696969. Windows color (decimal): -2738103 or 4798678. OLE color: 4798678.

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

Color convert

RGB 214 56 73 -
CMYK 0 0.74 0.66 0.16
HSL 353.54º 0.66% 0.53% -
HSV(B) 353.54º 0.74% 0.84% -
XYZ 30.35 17.61 8.1 -
YUV 105.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 214 56 73 0 0.74 0.66 0.16 353.54 0.66 0.53
Hex D6 38 49 0 4A 42 10 162 42 35
Octal 326 70 111 0 112 102 20 542 102 65
Binary 11010110 111000 1001001 0 1001010 1000010 10000 101100010 1000010 110101

Color Harmonies of #D63849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63849

Black with #D63849

Text Example


Text Example

White with #D63849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63849; }

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

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

background-color css

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

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

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

border-color css

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

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

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