#D62542

Color #D62542 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D62542

Tints of Brick Red #D62542

Color information

#D62542 (or 0xD62542) is unknown color: approx Brick Red. HEX triplet: D6, 25 and 42. RGB value is (214,37,66). Sum of RGB (Red+Green+Blue) = 214+37+66=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62542 is #29DABD. Grayscale: #5D5D5D. Windows color (decimal): -2742974 or 4335062. OLE color: 4335062.

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

Color convert

RGB2143766-
CMYK00.830.690.16
HSL350.17º70.52%49.22%-
HSV(B)350.17º82.71%83.92%-
XYZ29.3816.016.7-
YUV93.23112.64214.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.51%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=67.51%
G=11.67%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214376600.830.690.16350.1770.5249.22
HexD62542053451015e4731
Octal3264510201231052053610761
Binary110101101001011000010010100111000101100001010111101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62542; }

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

 H1.HeaderClassName
 {
   color: #D62542;
 }
 .AnyTagClassName
 {
   color: #D62542;
 }
</style>
background-color css

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

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

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

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

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

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