Html Css Color HEX #D43042 Brick Red

📋 copy color: '#D43042'

red 212 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #D43042

Tints of Brick Red #D43042

RGB

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

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

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

R = 65.03%
G = 14.72%
B = 20.25%

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

#D43042 (or 0xD43042) is known color: Brick Red. HEX triplet: D4, 30 and 42. RGB value is (212,48,66). Sum of RGB (Red+Green+Blue) = 212+48+66=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D43042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43042 is #2BCFBD. Grayscale: #636363. Windows color (decimal): -2871230 or 4337876. OLE color: 4337876.

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

Color convert

RGB 212 48 66 -
CMYK 0 0.77 0.69 0.17
HSL 353.41º 0.66% 0.51% -
HSV(B) 353.41º 0.77% 0.83% -
XYZ 29.19 16.5 6.8 -
YUV 99.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 212 48 66 0 0.77 0.69 0.17 353.41 0.66 0.51
Hex D4 30 42 0 4D 45 11 161 42 33
Octal 324 60 102 0 115 105 21 541 102 63
Binary 11010100 110000 1000010 0 1001101 1000101 10001 101100001 1000010 110011

Color Harmonies of #D43042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43042

Black with #D43042

Text Example


Text Example

White with #D43042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43042; }

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

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

background-color css

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

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

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

border-color css

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

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

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