Html Css Color HEX #C7201A Fire Brick

📋 copy color: '#C7201A'

red 199 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #C7201A

Tints of Fire Brick #C7201A

RGB

 RED value IS 199 (78.13% from 255) = 77.43%

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 77.43%
G = 12.45%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7201A (or 0xC7201A) is known color: Fire Brick. HEX triplet: C7, 20 and 1A. RGB value is (199,32,26). Sum of RGB (Red+Green+Blue) = 199+32+26=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C7201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7201A is #38DFE5. Grayscale: #515151. Windows color (decimal): -3727334 or 1712327. OLE color: 1712327.

HSL color Cylindrical-coordinate representation of color #C7201A: hue angle of 2.08º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7201A is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 26 -
CMYK 0 0.84 0.87 0.22
HSL 2.08º 0.77% 0.44% -
HSV(B) 2.08º 0.87% 0.78% -
XYZ 24.26 13.25 2.26 -
YUV 81.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 199 32 26 0 0.84 0.87 0.22 2.08 0.77 0.44
Hex C7 20 1A 0 54 57 16 2 4D 2C
Octal 307 40 32 0 124 127 26 2 115 54
Binary 11000111 100000 11010 0 1010100 1010111 10110 10 1001101 101100

Color Harmonies of #C7201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7201A

Black with #C7201A

Text Example


Text Example

White with #C7201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7201A; }

 p { color: rgb(199,32,26); }

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

background-color css

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

 a { background-color: rgb(199,32,26); }

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

border-color css

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

 span { border-color: rgb(199,32,26); }

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