Html Css Color HEX #C9221F Fire Brick

📋 copy color: '#C9221F'

red 201 ◦ green 34 ◦ blue 31

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

Shades of Fire Brick #C9221F

Tints of Fire Brick #C9221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 75.56%
G = 12.78%
B = 11.65%

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

#C9221F (or 0xC9221F) is known color: Fire Brick. HEX triplet: C9, 22 and 1F. RGB value is (201,34,31). Sum of RGB (Red+Green+Blue) = 201+34+31=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9221F is #36DDE0. Grayscale: #535353. Windows color (decimal): -3595745 or 2040521. OLE color: 2040521.

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

Color convert

RGB 201 34 31 -
CMYK 0 0.83 0.85 0.21
HSL 1.06º 0.73% 0.45% -
HSV(B) 1.06º 0.85% 0.79% -
XYZ 24.91 13.66 2.62 -
YUV 83.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 201 34 31 0 0.83 0.85 0.21 1.06 0.73 0.45
Hex C9 22 1F 0 53 55 15 1 49 2D
Octal 311 42 37 0 123 125 25 1 111 55
Binary 11001001 100010 11111 0 1010011 1010101 10101 1 1001001 101101

Color Harmonies of #C9221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9221F

Black with #C9221F

Text Example


Text Example

White with #C9221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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