Html Css Color HEX #D63748 Brick Red

📋 copy color: '#D63748'

red 214 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D63748

Tints of Brick Red #D63748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 62.76%
G = 16.13%
B = 21.11%

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

#D63748 (or 0xD63748) is known color: Brick Red. HEX triplet: D6, 37 and 48. RGB value is (214,55,72). Sum of RGB (Red+Green+Blue) = 214+55+72=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D63748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63748 is #29C8B7. Grayscale: #686868. Windows color (decimal): -2738360 or 4732886. OLE color: 4732886.

HSL color Cylindrical-coordinate representation of color #D63748: hue angle of 353.58º 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 #D63748 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 72 -
CMYK 0 0.74 0.66 0.16
HSL 353.58º 0.66% 0.53% -
HSV(B) 353.58º 0.74% 0.84% -
XYZ 30.27 17.5 7.91 -
YUV 104.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 214 55 72 0 0.74 0.66 0.16 353.58 0.66 0.53
Hex D6 37 48 0 4A 42 10 162 42 35
Octal 326 67 110 0 112 102 20 542 102 65
Binary 11010110 110111 1001000 0 1001010 1000010 10000 101100010 1000010 110101

Color Harmonies of #D63748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63748

Black with #D63748

Text Example


Text Example

White with #D63748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63748; }

 p { color: rgb(214,55,72); }

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

background-color css

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

 a { background-color: rgb(214,55,72); }

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

border-color css

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

 span { border-color: rgb(214,55,72); }

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