#c8241f

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

Shades of Fire Brick #C8241F

Tints of Fire Brick #C8241F

Color information

#C8241F (or 0xC8241F) is unknown color: approx Fire Brick. HEX triplet: C8, 24 and 1F. RGB value is (200,36,31). Sum of RGB (Red+Green+Blue) = 200+36+31=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241F is #37DBE0. Grayscale: #545454. Windows color (decimal): -3660769 or 2041032. OLE color: 2041032.

HSL color Cylindrical-coordinate representation of color #C8241F: hue angle of 1.78º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8241F is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2003631-
CMYK00.820.840.22
HSL1.78º73.16%45.29%-
HSV(B)1.78º84.5%78.43%-
XYZ24.713.642.63-
YUV84.4797.83210.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=74.91%
G=13.48%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200363100.820.840.221.7873.1645.29
HexC8241F05254162492d
Octal3104437012212426211155
Binary110010001001001111101010010101010010110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8241f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8241f; }

 p { color: rgb(200,36,31); }

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

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

 a { background-color: rgb(200,36,31); }

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

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

 span { border-color: rgb(200,36,31); }

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