#D62543

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

Shades of Brick Red #D62543

Tints of Brick Red #D62543

Color information

#D62543 (or 0xD62543) is unknown color: approx Brick Red. HEX triplet: D6, 25 and 43. RGB value is (214,37,67). Sum of RGB (Red+Green+Blue) = 214+37+67=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62543 is #29DABC. Grayscale: #5D5D5D. Windows color (decimal): -2742973 or 4400598. OLE color: 4400598.

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

Color convert

RGB2143767-
CMYK00.830.690.16
HSL349.83º70.52%49.22%-
HSV(B)349.83º82.71%83.92%-
XYZ29.4116.026.85-
YUV93.34113.14214.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.30%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=67.30%
G=11.64%
B=21.07%

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
Decimal214376700.830.690.16349.8370.5249.22
HexD62543053451015e4731
Octal3264510301231052053610761
Binary110101101001011000011010100111000101100001010111101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62543; }

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

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

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

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

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

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

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

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