Html Css Color HEX #D42446 Brick Red

📋 copy color: '#D42446'

red 212 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #D42446

Tints of Brick Red #D42446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 66.67%
G = 11.32%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D42446 (or 0xD42446) is known color: Brick Red. HEX triplet: D4, 24 and 46. RGB value is (212,36,70). Sum of RGB (Red+Green+Blue) = 212+36+70=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42446 is #2BDBB9. Grayscale: #5C5C5C. Windows color (decimal): -2874298 or 4596948. OLE color: 4596948.

HSL color Cylindrical-coordinate representation of color #D42446: hue angle of 348.41º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42446 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 70 -
CMYK 0 0.83 0.67 0.17
HSL 348.41º 0.71% 0.49% -
HSV(B) 348.41º 0.83% 0.83% -
XYZ 28.89 15.7 7.3 -
YUV 92.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 212 36 70 0 0.83 0.67 0.17 348.41 0.71 0.49
Hex D4 24 46 0 53 43 11 15C 47 31
Octal 324 44 106 0 123 103 21 534 107 61
Binary 11010100 100100 1000110 0 1010011 1000011 10001 101011100 1000111 110001

Color Harmonies of #D42446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42446

Black with #D42446

Text Example


Text Example

White with #D42446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42446; }

 p { color: rgb(212,36,70); }

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

background-color css

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

 a { background-color: rgb(212,36,70); }

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

border-color css

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

 span { border-color: rgb(212,36,70); }

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