Html Css Color HEX #D63047 Brick Red

📋 copy color: '#D63047'

red 214 ◦ green 48 ◦ blue 71

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

Shades of Brick Red #D63047

Tints of Brick Red #D63047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 64.26%
G = 14.41%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63047 (or 0xD63047) is known color: Brick Red. HEX triplet: D6, 30 and 47. RGB value is (214,48,71). Sum of RGB (Red+Green+Blue) = 214+48+71=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63047 is #29CFB8. Grayscale: #646464. Windows color (decimal): -2740153 or 4665558. OLE color: 4665558.

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

Color convert

RGB 214 48 71 -
CMYK 0 0.78 0.67 0.16
HSL 351.69º 0.67% 0.51% -
HSV(B) 351.69º 0.78% 0.84% -
XYZ 29.93 16.86 7.64 -
YUV 100.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 214 48 71 0 0.78 0.67 0.16 351.69 0.67 0.51
Hex D6 30 47 0 4E 43 10 160 43 33
Octal 326 60 107 0 116 103 20 540 103 63
Binary 11010110 110000 1000111 0 1001110 1000011 10000 101100000 1000011 110011

Color Harmonies of #D63047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63047

Black with #D63047

Text Example


Text Example

White with #D63047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63047; }

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

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

background-color css

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

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

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

border-color css

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

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

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