Html Css Color HEX #D43142 Brick Red

📋 copy color: '#D43142'

red 212 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #D43142

Tints of Brick Red #D43142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 64.83%
G = 14.98%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D43142 (or 0xD43142) is known color: Brick Red. HEX triplet: D4, 31 and 42. RGB value is (212,49,66). Sum of RGB (Red+Green+Blue) = 212+49+66=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D43142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43142 is #2BCEBD. Grayscale: #636363. Windows color (decimal): -2870974 or 4338132. OLE color: 4338132.

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

Color convert

RGB 212 49 66 -
CMYK 0 0.77 0.69 0.17
HSL 353.74º 0.65% 0.51% -
HSV(B) 353.74º 0.77% 0.83% -
XYZ 29.23 16.59 6.82 -
YUV 99.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 212 49 66 0 0.77 0.69 0.17 353.74 0.65 0.51
Hex D4 31 42 0 4D 45 11 162 41 33
Octal 324 61 102 0 115 105 21 542 101 63
Binary 11010100 110001 1000010 0 1001101 1000101 10001 101100010 1000001 110011

Color Harmonies of #D43142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43142

Black with #D43142

Text Example


Text Example

White with #D43142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43142; }

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

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

background-color css

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

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

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

border-color css

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

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

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