Html Css Color HEX #D63A46 Brick Red

📋 copy color: '#D63A46'

red 214 ◦ green 58 ◦ blue 70

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

Shades of Brick Red #D63A46

Tints of Brick Red #D63A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

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

R = 62.57%
G = 16.96%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63A46 (or 0xD63A46) is known color: Brick Red. HEX triplet: D6, 3A and 46. RGB value is (214,58,70). Sum of RGB (Red+Green+Blue) = 214+58+70=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A46 is #29C5B9. Grayscale: #6A6A6A. Windows color (decimal): -2737594 or 4602582. OLE color: 4602582.

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

Color convert

RGB 214 58 70 -
CMYK 0 0.73 0.67 0.16
HSL 355.38º 0.66% 0.53% -
HSV(B) 355.38º 0.73% 0.84% -
XYZ 30.35 17.76 7.62 -
YUV 106.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 214 58 70 0 0.73 0.67 0.16 355.38 0.66 0.53
Hex D6 3A 46 0 49 43 10 163 42 35
Octal 326 72 106 0 111 103 20 543 102 65
Binary 11010110 111010 1000110 0 1001001 1000011 10000 101100011 1000010 110101

Color Harmonies of #D63A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A46

Black with #D63A46

Text Example


Text Example

White with #D63A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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