Html Css Color HEX #D63046 Brick Red

📋 copy color: '#D63046'

red 214 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #D63046

Tints of Brick Red #D63046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 64.46%
G = 14.46%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D63046 (or 0xD63046) is known color: Brick Red. HEX triplet: D6, 30 and 46. RGB value is (214,48,70). Sum of RGB (Red+Green+Blue) = 214+48+70=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63046 is #29CFB9. Grayscale: #646464. Windows color (decimal): -2740154 or 4600022. OLE color: 4600022.

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

Color convert

RGB 214 48 70 -
CMYK 0 0.78 0.67 0.16
HSL 352.05º 0.67% 0.51% -
HSV(B) 352.05º 0.78% 0.84% -
XYZ 29.89 16.85 7.47 -
YUV 100.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 214 48 70 0 0.78 0.67 0.16 352.05 0.67 0.51
Hex D6 30 46 0 4E 43 10 160 43 33
Octal 326 60 106 0 116 103 20 540 103 63
Binary 11010110 110000 1000110 0 1001110 1000011 10000 101100000 1000011 110011

Color Harmonies of #D63046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63046

Black with #D63046

Text Example


Text Example

White with #D63046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63046; }

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

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

background-color css

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

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

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

border-color css

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

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

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