Html Css Color HEX #D63846 Brick Red

📋 copy color: '#D63846'

red 214 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #D63846

Tints of Brick Red #D63846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 62.94%
G = 16.47%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63846 (or 0xD63846) is known color: Brick Red. HEX triplet: D6, 38 and 46. RGB value is (214,56,70). Sum of RGB (Red+Green+Blue) = 214+56+70=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63846 is #29C7B9. Grayscale: #686868. Windows color (decimal): -2738106 or 4602070. OLE color: 4602070.

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

Color convert

RGB 214 56 70 -
CMYK 0 0.74 0.67 0.16
HSL 354.68º 0.66% 0.53% -
HSV(B) 354.68º 0.74% 0.84% -
XYZ 30.25 17.57 7.59 -
YUV 104.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 214 56 70 0 0.74 0.67 0.16 354.68 0.66 0.53
Hex D6 38 46 0 4A 43 10 163 42 35
Octal 326 70 106 0 112 103 20 543 102 65
Binary 11010110 111000 1000110 0 1001010 1000011 10000 101100011 1000010 110101

Color Harmonies of #D63846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63846

Black with #D63846

Text Example


Text Example

White with #D63846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63846; }

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

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

background-color css

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

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

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

border-color css

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

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

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