Html Css Color HEX #D43040 Brick Red

📋 copy color: '#D43040'

red 212 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #D43040

Tints of Brick Red #D43040

RGB

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

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

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

R = 65.43%
G = 14.81%
B = 19.75%

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

#D43040 (or 0xD43040) is known color: Brick Red. HEX triplet: D4, 30 and 40. RGB value is (212,48,64). Sum of RGB (Red+Green+Blue) = 212+48+64=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D43040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43040 is #2BCFBF. Grayscale: #626262. Windows color (decimal): -2871232 or 4206804. OLE color: 4206804.

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

Color convert

RGB 212 48 64 -
CMYK 0 0.77 0.70 0.17
HSL 354.15º 0.66% 0.51% -
HSV(B) 354.15º 0.77% 0.83% -
XYZ 29.13 16.48 6.5 -
YUV 98.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 212 48 64 0 0.77 0.70 0.17 354.15 0.66 0.51
Hex D4 30 40 0 4D 46 11 162 42 33
Octal 324 60 100 0 115 106 21 542 102 63
Binary 11010100 110000 1000000 0 1001101 1000110 10001 101100010 1000010 110011

Color Harmonies of #D43040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43040

Black with #D43040

Text Example


Text Example

White with #D43040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43040; }

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

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

background-color css

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

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

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

border-color css

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

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

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