Html Css Color HEX #D63545 Brick Red

📋 copy color: '#D63545'

red 214 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #D63545

Tints of Brick Red #D63545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 63.69%
G = 15.77%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63545 (or 0xD63545) is known color: Brick Red. HEX triplet: D6, 35 and 45. RGB value is (214,53,69). Sum of RGB (Red+Green+Blue) = 214+53+69=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63545 is #29CABA. Grayscale: #676767. Windows color (decimal): -2738875 or 4535766. OLE color: 4535766.

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

Color convert

RGB 214 53 69 -
CMYK 0 0.75 0.68 0.16
HSL 354.04º 0.66% 0.52% -
HSV(B) 354.04º 0.75% 0.84% -
XYZ 30.08 17.27 7.38 -
YUV 102.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 214 53 69 0 0.75 0.68 0.16 354.04 0.66 0.52
Hex D6 35 45 0 4B 44 10 162 42 34
Octal 326 65 105 0 113 104 20 542 102 64
Binary 11010110 110101 1000101 0 1001011 1000100 10000 101100010 1000010 110100

Color Harmonies of #D63545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63545

Black with #D63545

Text Example


Text Example

White with #D63545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63545; }

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

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

background-color css

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

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

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

border-color css

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

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

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