Html Css Color HEX #D43140 Brick Red

📋 copy color: '#D43140'

red 212 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #D43140

Tints of Brick Red #D43140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 65.23%
G = 15.08%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D43140 (or 0xD43140) is known color: Brick Red. HEX triplet: D4, 31 and 40. RGB value is (212,49,64). Sum of RGB (Red+Green+Blue) = 212+49+64=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D43140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43140 is #2BCEBF. Grayscale: #636363. Windows color (decimal): -2870976 or 4207060. OLE color: 4207060.

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

Color convert

RGB 212 49 64 -
CMYK 0 0.77 0.70 0.17
HSL 354.48º 0.65% 0.51% -
HSV(B) 354.48º 0.77% 0.83% -
XYZ 29.18 16.56 6.51 -
YUV 99.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 212 49 64 0 0.77 0.70 0.17 354.48 0.65 0.51
Hex D4 31 40 0 4D 46 11 162 41 33
Octal 324 61 100 0 115 106 21 542 101 63
Binary 11010100 110001 1000000 0 1001101 1000110 10001 101100010 1000001 110011

Color Harmonies of #D43140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43140

Black with #D43140

Text Example


Text Example

White with #D43140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43140; }

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

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

background-color css

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

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

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

border-color css

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

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

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