Html Css Color HEX #D63844 Brick Red

📋 copy color: '#D63844'

red 214 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #D63844

Tints of Brick Red #D63844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

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

R = 63.31%
G = 16.57%
B = 20.12%

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

#D63844 (or 0xD63844) is known color: Brick Red. HEX triplet: D6, 38 and 44. RGB value is (214,56,68). Sum of RGB (Red+Green+Blue) = 214+56+68=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63844 is #29C7BB. Grayscale: #686868. Windows color (decimal): -2738108 or 4470998. OLE color: 4470998.

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

Color convert

RGB 214 56 68 -
CMYK 0 0.74 0.68 0.16
HSL 355.44º 0.66% 0.53% -
HSV(B) 355.44º 0.74% 0.84% -
XYZ 30.19 17.54 7.26 -
YUV 104.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 214 56 68 0 0.74 0.68 0.16 355.44 0.66 0.53
Hex D6 38 44 0 4A 44 10 163 42 35
Octal 326 70 104 0 112 104 20 543 102 65
Binary 11010110 111000 1000100 0 1001010 1000100 10000 101100011 1000010 110101

Color Harmonies of #D63844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63844

Black with #D63844

Text Example


Text Example

White with #D63844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63844; }

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

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

background-color css

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

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

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

border-color css

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

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

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