#C9201E

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

Shades of Fire Brick #C9201E

Tints of Fire Brick #C9201E

Color information

#C9201E (or 0xC9201E) is unknown color: approx Fire Brick. HEX triplet: C9, 20 and 1E. RGB value is (201,32,30). Sum of RGB (Red+Green+Blue) = 201+32+30=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9201E is #36DFE1. Grayscale: #525252. Windows color (decimal): -3596258 or 1974473. OLE color: 1974473.

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

Color convert

RGB2013230-
CMYK00.840.850.21
HSL0.7º74.03%45.29%-
HSV(B)0.7º85.07%78.82%-
XYZ24.8413.542.53-
YUV82.398.49212.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 76.43%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=76.43%
G=12.17%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201323000.840.850.210.774.0345.29
HexC9201E054551514a2d
Octal3114036012412525111255
Binary11001001100000111100101010010101011010111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9201E; }

 p { color: rgb(201,32,30); }

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

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

 a { background-color: rgb(201,32,30); }

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

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

 span { border-color: rgb(201,32,30); }

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