#D62A46

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

Shades of Brick Red #D62A46

Tints of Brick Red #D62A46

Color information

#D62A46 (or 0xD62A46) is unknown color: approx Brick Red. HEX triplet: D6, 2A and 46. RGB value is (214,42,70). Sum of RGB (Red+Green+Blue) = 214+42+70=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A46 is #29D5B9. Grayscale: #606060. Windows color (decimal): -2741690 or 4598486. OLE color: 4598486.

HSL color Cylindrical-coordinate representation of color #D62A46: hue angle of 350.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A46 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2144270-
CMYK00.800.670.16
HSL350.23º67.72%50.2%-
HSV(B)350.23º80.37%83.92%-
XYZ29.6716.397.4-
YUV96.62112.98211.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.64%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=65.64%
G=12.88%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214427000.800.670.16350.2367.7250.2
HexD62A46050431015e4432
Octal3265210601201032053610462
Binary110101101010101000110010100001000011100001010111101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A46; }

 p { color: rgb(214,42,70); }

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

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

 a { background-color: rgb(214,42,70); }

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

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

 span { border-color: rgb(214,42,70); }

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