Html Css Color HEX #D63744 Brick Red

📋 copy color: '#D63744'

red 214 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #D63744

Tints of Brick Red #D63744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 63.5%
G = 16.32%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63744 (or 0xD63744) is known color: Brick Red. HEX triplet: D6, 37 and 44. RGB value is (214,55,68). Sum of RGB (Red+Green+Blue) = 214+55+68=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63744 is #29C8BB. Grayscale: #686868. Windows color (decimal): -2738364 or 4470742. OLE color: 4470742.

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

Color convert

RGB 214 55 68 -
CMYK 0 0.74 0.68 0.16
HSL 355.09º 0.66% 0.53% -
HSV(B) 355.09º 0.74% 0.84% -
XYZ 30.14 17.45 7.25 -
YUV 104.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 214 55 68 0 0.74 0.68 0.16 355.09 0.66 0.53
Hex D6 37 44 0 4A 44 10 163 42 35
Octal 326 67 104 0 112 104 20 543 102 65
Binary 11010110 110111 1000100 0 1001010 1000100 10000 101100011 1000010 110101

Color Harmonies of #D63744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63744

Black with #D63744

Text Example


Text Example

White with #D63744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63744; }

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

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

background-color css

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

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

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

border-color css

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

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

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