Html Css Color HEX #C9201E Fire Brick

📋 copy color: '#C9201E'

red 201 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #C9201E

Tints of Fire Brick #C9201E

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 value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9201E (or 0xC9201E) is known color: 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

RGB 201 32 30 -
CMYK 0 0.84 0.85 0.21
HSL 0.7º 0.74% 0.45% -
HSV(B) 0.7º 0.85% 0.79% -
XYZ 24.84 13.54 2.53 -
YUV 82.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 201 32 30 0 0.84 0.85 0.21 0.7 0.74 0.45
Hex C9 20 1E 0 54 55 15 1 4A 2D
Octal 311 40 36 0 124 125 25 1 112 55
Binary 11001001 100000 11110 0 1010100 1010101 10101 1 1001010 101101

Color Harmonies of #C9201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9201E

Black with #C9201E

Text Example


Text Example

White with #C9201E

Text Example


Text Example

HTML Codes & Css Web 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>