Html Css Color HEX #D63548 Brick Red

📋 copy color: '#D63548'

red 214 ◦ green 53 ◦ blue 72

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

Shades of Brick Red #D63548

Tints of Brick Red #D63548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 63.13%
G = 15.63%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D63548 (or 0xD63548) is known color: Brick Red. HEX triplet: D6, 35 and 48. RGB value is (214,53,72). Sum of RGB (Red+Green+Blue) = 214+53+72=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63548 is #29CAB7. Grayscale: #676767. Windows color (decimal): -2738872 or 4732374. OLE color: 4732374.

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

Color convert

RGB 214 53 72 -
CMYK 0 0.75 0.66 0.16
HSL 352.92º 0.66% 0.52% -
HSV(B) 352.92º 0.75% 0.84% -
XYZ 30.17 17.31 7.88 -
YUV 103.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 214 53 72 0 0.75 0.66 0.16 352.92 0.66 0.52
Hex D6 35 48 0 4B 42 10 161 42 34
Octal 326 65 110 0 113 102 20 541 102 64
Binary 11010110 110101 1001000 0 1001011 1000010 10000 101100001 1000010 110100

Color Harmonies of #D63548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63548

Black with #D63548

Text Example


Text Example

White with #D63548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63548; }

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

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

background-color css

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

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

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

border-color css

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

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

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