Html Css Color HEX #D42E3F Brick Red

📋 copy color: '#D42E3F'

red 212 ◦ green 46 ◦ blue 63

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

Shades of Brick Red #D42E3F

Tints of Brick Red #D42E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.33%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 66.04%
G = 14.33%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D42E3F (or 0xD42E3F) is known color: Brick Red. HEX triplet: D4, 2E and 3F. RGB value is (212,46,63). Sum of RGB (Red+Green+Blue) = 212+46+63=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E3F is #2BD1C0. Grayscale: #616161. Windows color (decimal): -2871745 or 4140756. OLE color: 4140756.

HSL color Cylindrical-coordinate representation of color #D42E3F: hue angle of 353.86º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E3F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 46 63 -
CMYK 0 0.78 0.70 0.17
HSL 353.86º 0.66% 0.51% -
HSV(B) 353.86º 0.78% 0.83% -
XYZ 29.03 16.31 6.32 -
YUV 97.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 212 46 63 0 0.78 0.70 0.17 353.86 0.66 0.51
Hex D4 2E 3F 0 4E 46 11 162 42 33
Octal 324 56 77 0 116 106 21 542 102 63
Binary 11010100 101110 111111 0 1001110 1000110 10001 101100010 1000010 110011

Color Harmonies of #D42E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E3F

Black with #D42E3F

Text Example


Text Example

White with #D42E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E3F; }

 p { color: rgb(212,46,63); }

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

background-color css

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

 a { background-color: rgb(212,46,63); }

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

border-color css

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

 span { border-color: rgb(212,46,63); }

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