Html Css Color HEX #D43546 Brick Red

📋 copy color: '#D43546'

red 212 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #D43546

Tints of Brick Red #D43546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 63.28%
G = 15.82%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43546 (or 0xD43546) is known color: Brick Red. HEX triplet: D4, 35 and 46. RGB value is (212,53,70). Sum of RGB (Red+Green+Blue) = 212+53+70=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D43546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43546 is #2BCAB9. Grayscale: #666666. Windows color (decimal): -2869946 or 4601300. OLE color: 4601300.

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

Color convert

RGB 212 53 70 -
CMYK 0 0.75 0.67 0.17
HSL 353.58º 0.65% 0.52% -
HSV(B) 353.58º 0.75% 0.83% -
XYZ 29.53 16.99 7.52 -
YUV 102.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 212 53 70 0 0.75 0.67 0.17 353.58 0.65 0.52
Hex D4 35 46 0 4B 43 11 162 41 34
Octal 324 65 106 0 113 103 21 542 101 64
Binary 11010100 110101 1000110 0 1001011 1000011 10001 101100010 1000001 110100

Color Harmonies of #D43546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43546

Black with #D43546

Text Example


Text Example

White with #D43546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43546; }

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

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

background-color css

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

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

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

border-color css

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

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

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