Html Css Color HEX #D43144 Brick Red

📋 copy color: '#D43144'

red 212 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #D43144

Tints of Brick Red #D43144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 64.44%
G = 14.89%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D43144 (or 0xD43144) is known color: Brick Red. HEX triplet: D4, 31 and 44. RGB value is (212,49,68). Sum of RGB (Red+Green+Blue) = 212+49+68=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D43144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43144 is #2BCEBB. Grayscale: #636363. Windows color (decimal): -2870972 or 4469204. OLE color: 4469204.

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

Color convert

RGB 212 49 68 -
CMYK 0 0.77 0.68 0.17
HSL 353.01º 0.65% 0.51% -
HSV(B) 353.01º 0.77% 0.83% -
XYZ 29.29 16.61 7.13 -
YUV 99.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 212 49 68 0 0.77 0.68 0.17 353.01 0.65 0.51
Hex D4 31 44 0 4D 44 11 161 41 33
Octal 324 61 104 0 115 104 21 541 101 63
Binary 11010100 110001 1000100 0 1001101 1000100 10001 101100001 1000001 110011

Color Harmonies of #D43144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43144

Black with #D43144

Text Example


Text Example

White with #D43144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43144; }

 p { color: rgb(212,49,68); }

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

background-color css

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

 a { background-color: rgb(212,49,68); }

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

border-color css

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

 span { border-color: rgb(212,49,68); }

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