#D63342

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

Shades of Brick Red #D63342

Tints of Brick Red #D63342

Color information

#D63342 (or 0xD63342) is unknown color: approx Brick Red. HEX triplet: D6, 33 and 42. RGB value is (214,51,66). Sum of RGB (Red+Green+Blue) = 214+51+66=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63342 is #29CCBD. Grayscale: #656565. Windows color (decimal): -2739390 or 4338646. OLE color: 4338646.

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

Color convert

RGB2145166-
CMYK00.760.690.16
HSL354.48º66.53%51.96%-
HSV(B)354.48º76.17%83.92%-
XYZ29.917.066.87-
YUV101.45108208.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.65%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=64.65%
G=15.41%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214516600.760.690.16354.4866.5351.96
HexD6334204C45101624334
Octal3266310201141052054210364
Binary110101101100111000010010011001000101100001011000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63342; }

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

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

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

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

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

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

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

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