Html Css Color HEX #D42442 Brick Red

📋 copy color: '#D42442'

red 212 ◦ green 36 ◦ blue 66

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

Shades of Brick Red #D42442

Tints of Brick Red #D42442

RGB

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

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

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

R = 67.52%
G = 11.46%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D42442 (or 0xD42442) is known color: Brick Red. HEX triplet: D4, 24 and 42. RGB value is (212,36,66). Sum of RGB (Red+Green+Blue) = 212+36+66=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D42442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42442 is #2BDBBD. Grayscale: #5C5C5C. Windows color (decimal): -2874302 or 4334804. OLE color: 4334804.

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

Color convert

RGB 212 36 66 -
CMYK 0 0.83 0.69 0.17
HSL 349.77º 0.71% 0.49% -
HSV(B) 349.77º 0.83% 0.83% -
XYZ 28.77 15.65 6.66 -
YUV 92.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 212 36 66 0 0.83 0.69 0.17 349.77 0.71 0.49
Hex D4 24 42 0 53 45 11 15E 47 31
Octal 324 44 102 0 123 105 21 536 107 61
Binary 11010100 100100 1000010 0 1010011 1000101 10001 101011110 1000111 110001

Color Harmonies of #D42442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42442

Black with #D42442

Text Example


Text Example

White with #D42442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42442; }

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

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

background-color css

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

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

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

border-color css

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

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

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