Html Css Color HEX #D43046 Brick Red

📋 copy color: '#D43046'

red 212 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #D43046

Tints of Brick Red #D43046

RGB

 RED value IS 212 (83.2% from 255) = 64.24%

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

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

R = 64.24%
G = 14.55%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43046 (or 0xD43046) is known color: Brick Red. HEX triplet: D4, 30 and 46. RGB value is (212,48,70). Sum of RGB (Red+Green+Blue) = 212+48+70=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43046 is #2BCFB9. Grayscale: #636363. Windows color (decimal): -2871226 or 4600020. OLE color: 4600020.

HSL color Cylindrical-coordinate representation of color #D43046: hue angle of 351.95º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43046 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 70 -
CMYK 0 0.77 0.67 0.17
HSL 351.95º 0.66% 0.51% -
HSV(B) 351.95º 0.77% 0.83% -
XYZ 29.31 16.55 7.44 -
YUV 99.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 212 48 70 0 0.77 0.67 0.17 351.95 0.66 0.51
Hex D4 30 46 0 4D 43 11 160 42 33
Octal 324 60 106 0 115 103 21 540 102 63
Binary 11010100 110000 1000110 0 1001101 1000011 10001 101100000 1000010 110011

Color Harmonies of #D43046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43046

Black with #D43046

Text Example


Text Example

White with #D43046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43046; }

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

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

background-color css

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

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

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

border-color css

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

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

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