Html Css Color HEX #D42E3E Brick Red

📋 copy color: '#D42E3E'

red 212 ◦ green 46 ◦ blue 62

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

Shades of Brick Red #D42E3E

Tints of Brick Red #D42E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 66.25%
G = 14.38%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D42E3E (or 0xD42E3E) is known color: Brick Red. HEX triplet: D4, 2E and 3E. RGB value is (212,46,62). Sum of RGB (Red+Green+Blue) = 212+46+62=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E3E is #2BD1C1. Grayscale: #616161. Windows color (decimal): -2871746 or 4075220. OLE color: 4075220.

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

Color convert

RGB 212 46 62 -
CMYK 0 0.78 0.71 0.17
HSL 354.22º 0.66% 0.51% -
HSV(B) 354.22º 0.78% 0.83% -
XYZ 29 16.3 6.18 -
YUV 97.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 212 46 62 0 0.78 0.71 0.17 354.22 0.66 0.51
Hex D4 2E 3E 0 4E 47 11 162 42 33
Octal 324 56 76 0 116 107 21 542 102 63
Binary 11010100 101110 111110 0 1001110 1000111 10001 101100010 1000010 110011

Color Harmonies of #D42E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E3E

Black with #D42E3E

Text Example


Text Example

White with #D42E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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