#D33448

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

Shades of Brick Red #D33448

Tints of Brick Red #D33448

Color information

#D33448 (or 0xD33448) is unknown color: approx Brick Red. HEX triplet: D3, 34 and 48. RGB value is (211,52,72). Sum of RGB (Red+Green+Blue) = 211+52+72=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D33448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33448 is #2CCBB7. Grayscale: #656565. Windows color (decimal): -2935736 or 4732115. OLE color: 4732115.

HSL color Cylindrical-coordinate representation of color #D33448: hue angle of 352.45º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33448 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2115272-
CMYK00.750.660.17
HSL352.45º64.37%51.57%-
HSV(B)352.45º75.36%82.75%-
XYZ29.2616.777.83-
YUV101.82111.18205.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=62.99%
G=15.52%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211527200.750.660.17352.4564.3751.57
HexD3344804B42111604034
Octal3236411001131022154010064
Binary110100111101001001000010010111000010100011011000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33448; }

 p { color: rgb(211,52,72); }

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

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

 a { background-color: rgb(211,52,72); }

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

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

 span { border-color: rgb(211,52,72); }

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