Html Css Color HEX #D43148 Brick Red

📋 copy color: '#D43148'

red 212 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #D43148

Tints of Brick Red #D43148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 63.66%
G = 14.71%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D43148 (or 0xD43148) is known color: Brick Red. HEX triplet: D4, 31 and 48. RGB value is (212,49,72). Sum of RGB (Red+Green+Blue) = 212+49+72=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43148 is #2BCEB7. Grayscale: #646464. Windows color (decimal): -2870968 or 4731348. OLE color: 4731348.

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

Color convert

RGB 212 49 72 -
CMYK 0 0.77 0.66 0.17
HSL 351.53º 0.65% 0.51% -
HSV(B) 351.53º 0.77% 0.83% -
XYZ 29.42 16.66 7.8 -
YUV 100.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 212 49 72 0 0.77 0.66 0.17 351.53 0.65 0.51
Hex D4 31 48 0 4D 42 11 160 41 33
Octal 324 61 110 0 115 102 21 540 101 63
Binary 11010100 110001 1001000 0 1001101 1000010 10001 101100000 1000001 110011

Color Harmonies of #D43148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43148

Black with #D43148

Text Example


Text Example

White with #D43148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43148; }

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

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

background-color css

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

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

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

border-color css

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

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

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