#D02C4A

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

Shades of Brick Red #D02C4A

Tints of Brick Red #D02C4A

Color information

#D02C4A (or 0xD02C4A) is unknown color: approx Brick Red. HEX triplet: D0, 2C and 4A. RGB value is (208,44,74). Sum of RGB (Red+Green+Blue) = 208+44+74=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C4A is #2FD3B5. Grayscale: #606060. Windows color (decimal): -3134390 or 4861136. OLE color: 4861136.

HSL color Cylindrical-coordinate representation of color #D02C4A: hue angle of 349.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C4A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2084474-
CMYK00.790.640.18
HSL349.02º65.08%49.41%-
HSV(B)349.02º78.85%81.57%-
XYZ28.1515.718.03-
YUV96.46115.33207.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.80%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=63.80%
G=13.50%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208447400.790.640.18349.0265.0849.41
HexD02C4A04F401215d4131
Octal3205411201171002253510161
Binary110100001011001001010010011111000000100101010111011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02C4A; }

 p { color: rgb(208,44,74); }

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

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

 a { background-color: rgb(208,44,74); }

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

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

 span { border-color: rgb(208,44,74); }

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