Html Css Color HEX #D42542 Brick Red

📋 copy color: '#D42542'

red 212 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #D42542

Tints of Brick Red #D42542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 67.3%
G = 11.75%
B = 20.95%

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

#D42542 (or 0xD42542) is known color: Brick Red. HEX triplet: D4, 25 and 42. RGB value is (212,37,66). Sum of RGB (Red+Green+Blue) = 212+37+66=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D42542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42542 is #2BDABD. Grayscale: #5C5C5C. Windows color (decimal): -2874046 or 4335060. OLE color: 4335060.

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

Color convert

RGB 212 37 66 -
CMYK 0 0.83 0.69 0.17
HSL 350.06º 0.7% 0.49% -
HSV(B) 350.06º 0.83% 0.83% -
XYZ 28.8 15.71 6.67 -
YUV 92.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 212 37 66 0 0.83 0.69 0.17 350.06 0.7 0.49
Hex D4 25 42 0 53 45 11 15E 46 31
Octal 324 45 102 0 123 105 21 536 106 61
Binary 11010100 100101 1000010 0 1010011 1000101 10001 101011110 1000110 110001

Color Harmonies of #D42542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42542

Black with #D42542

Text Example


Text Example

White with #D42542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42542; }

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

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

background-color css

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

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

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

border-color css

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

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

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