Html Css Color HEX #D43047 Brick Red

📋 copy color: '#D43047'

red 212 ◦ green 48 ◦ blue 71

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

Shades of Brick Red #D43047

Tints of Brick Red #D43047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 64.05%
G = 14.5%
B = 21.45%

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

#D43047 (or 0xD43047) is known color: Brick Red. HEX triplet: D4, 30 and 47. RGB value is (212,48,71). Sum of RGB (Red+Green+Blue) = 212+48+71=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D43047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43047 is #2BCFB8. Grayscale: #636363. Windows color (decimal): -2871225 or 4665556. OLE color: 4665556.

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

Color convert

RGB 212 48 71 -
CMYK 0 0.77 0.67 0.17
HSL 351.59º 0.66% 0.51% -
HSV(B) 351.59º 0.77% 0.83% -
XYZ 29.35 16.57 7.61 -
YUV 99.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 212 48 71 0 0.77 0.67 0.17 351.59 0.66 0.51
Hex D4 30 47 0 4D 43 11 160 42 33
Octal 324 60 107 0 115 103 21 540 102 63
Binary 11010100 110000 1000111 0 1001101 1000011 10001 101100000 1000010 110011

Color Harmonies of #D43047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43047

Black with #D43047

Text Example


Text Example

White with #D43047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43047; }

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

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

background-color css

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

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

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

border-color css

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

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

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