Html Css Color HEX #D63647 Brick Red

📋 copy color: '#D63647'

red 214 ◦ green 54 ◦ blue 71

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

Shades of Brick Red #D63647

Tints of Brick Red #D63647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 63.13%
G = 15.93%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63647 (or 0xD63647) is known color: Brick Red. HEX triplet: D6, 36 and 47. RGB value is (214,54,71). Sum of RGB (Red+Green+Blue) = 214+54+71=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63647 is #29C9B8. Grayscale: #676767. Windows color (decimal): -2738617 or 4667094. OLE color: 4667094.

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

Color convert

RGB 214 54 71 -
CMYK 0 0.75 0.67 0.16
HSL 353.63º 0.66% 0.53% -
HSV(B) 353.63º 0.75% 0.84% -
XYZ 30.19 17.39 7.73 -
YUV 103.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 214 54 71 0 0.75 0.67 0.16 353.63 0.66 0.53
Hex D6 36 47 0 4B 43 10 162 42 35
Octal 326 66 107 0 113 103 20 542 102 65
Binary 11010110 110110 1000111 0 1001011 1000011 10000 101100010 1000010 110101

Color Harmonies of #D63647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63647

Black with #D63647

Text Example


Text Example

White with #D63647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63647; }

 p { color: rgb(214,54,71); }

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

background-color css

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

 a { background-color: rgb(214,54,71); }

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

border-color css

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

 span { border-color: rgb(214,54,71); }

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