Html Css Color HEX #C9221E Fire Brick

📋 copy color: '#C9221E'

red 201 ◦ green 34 ◦ blue 30

#C9221E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C9221E

Tints of Fire Brick #C9221E

RGB

 RED value IS 201 (78.91% from 255) = 75.85%

 GREEN value IS 34 (13.67% from 255) = 12.83%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 75.85%
G = 12.83%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9221E (or 0xC9221E) is known color: Fire Brick. HEX triplet: C9, 22 and 1E. RGB value is (201,34,30). Sum of RGB (Red+Green+Blue) = 201+34+30=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9221E is #36DDE1. Grayscale: #535353. Windows color (decimal): -3595746 or 1974985. OLE color: 1974985.

HSL color Cylindrical-coordinate representation of color #C9221E: hue angle of 1.4º 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 #C9221E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 30 -
CMYK 0 0.83 0.85 0.21
HSL 1.4º 0.74% 0.45% -
HSV(B) 1.4º 0.85% 0.79% -
XYZ 24.89 13.66 2.55 -
YUV 83.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 201 34 30 0 0.83 0.85 0.21 1.4 0.74 0.45
Hex C9 22 1E 0 53 55 15 1 4A 2D
Octal 311 42 36 0 123 125 25 1 112 55
Binary 11001001 100010 11110 0 1010011 1010101 10101 1 1001010 101101

Color Harmonies of #C9221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9221E

Black with #C9221E

Text Example


Text Example

White with #C9221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9221E; }

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

 H1.HeaderClassName
 {
   color: #C9221E;
 }
 .AnyTagClassName
 {
   color: #C9221E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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