Html Css Color HEX #D42E4A Brick Red

📋 copy color: '#D42E4A'

red 212 ◦ green 46 ◦ blue 74

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

Shades of Brick Red #D42E4A

Tints of Brick Red #D42E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 63.86%
G = 13.86%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D42E4A (or 0xD42E4A) is known color: Brick Red. HEX triplet: D4, 2E and 4A. RGB value is (212,46,74). Sum of RGB (Red+Green+Blue) = 212+46+74=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E4A is #2BD1B5. Grayscale: #626262. Windows color (decimal): -2871734 or 4861652. OLE color: 4861652.

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

Color convert

RGB 212 46 74 -
CMYK 0 0.78 0.65 0.17
HSL 349.88º 0.66% 0.51% -
HSV(B) 349.88º 0.78% 0.83% -
XYZ 29.36 16.45 8.11 -
YUV 98.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 212 46 74 0 0.78 0.65 0.17 349.88 0.66 0.51
Hex D4 2E 4A 0 4E 41 11 15E 42 33
Octal 324 56 112 0 116 101 21 536 102 63
Binary 11010100 101110 1001010 0 1001110 1000001 10001 101011110 1000010 110011

Color Harmonies of #D42E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E4A

Black with #D42E4A

Text Example


Text Example

White with #D42E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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