#C42D3F

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

Shades of Brick Red #C42D3F

Tints of Brick Red #C42D3F

Color information

#C42D3F (or 0xC42D3F) is unknown color: approx Brick Red. HEX triplet: C4, 2D and 3F. RGB value is (196,45,63). Sum of RGB (Red+Green+Blue) = 196+45+63=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D3F is #3BD2C0. Grayscale: #5C5C5C. Windows color (decimal): -3920577 or 4140484. OLE color: 4140484.

HSL color Cylindrical-coordinate representation of color #C42D3F: hue angle of 352.85º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D3F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1964563-
CMYK00.770.680.23
HSL352.85º62.66%47.25%-
HSV(B)352.85º77.04%76.86%-
XYZ24.613.976.1-
YUV92.2111.53202.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 45 (17.97% from 255) = 14.80%
BLUE value IS 63 (25% from 255) = 20.72%
R=64.47%
G=14.80%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196456300.770.680.23352.8562.6647.25
HexC42D3F04D44171613f2f
Octal30455770115104275417757
Binary1100010010110111111101001101100010010111101100001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D3F; }

 p { color: rgb(196,45,63); }

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

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

 a { background-color: rgb(196,45,63); }

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

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

 span { border-color: rgb(196,45,63); }

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