#C42A23

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

Shades of Fire Brick #C42A23

Tints of Fire Brick #C42A23

Color information

#C42A23 (or 0xC42A23) is unknown color: approx Fire Brick. HEX triplet: C4, 2A and 23. RGB value is (196,42,35). Sum of RGB (Red+Green+Blue) = 196+42+35=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A23 is #3BD5DC. Grayscale: #575757. Windows color (decimal): -3921373 or 2304708. OLE color: 2304708.

HSL color Cylindrical-coordinate representation of color #C42A23: hue angle of 2.61º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42A23 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1964235-
CMYK00.790.820.23
HSL2.61º69.7%45.29%-
HSV(B)2.61º82.14%76.86%-
XYZ23.913.512.94-
YUV87.2598.52205.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.79%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=71.79%
G=15.38%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196423500.790.820.232.6169.745.29
HexC42A2304F52173462d
Octal3045243011712227310655
Binary1100010010101010001101001111101001010111111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42A23; }

 p { color: rgb(196,42,35); }

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

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

 a { background-color: rgb(196,42,35); }

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

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

 span { border-color: rgb(196,42,35); }

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