Html Css Color HEX #C7201C Fire Brick

📋 copy color: '#C7201C'

red 199 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #C7201C

Tints of Fire Brick #C7201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 76.83%
G = 12.36%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7201C (or 0xC7201C) is known color: Fire Brick. HEX triplet: C7, 20 and 1C. RGB value is (199,32,28). Sum of RGB (Red+Green+Blue) = 199+32+28=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7201C is #38DFE3. Grayscale: #515151. Windows color (decimal): -3727332 or 1843399. OLE color: 1843399.

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

Color convert

RGB 199 32 28 -
CMYK 0 0.84 0.86 0.22
HSL 1.4º 0.75% 0.45% -
HSV(B) 1.4º 0.86% 0.78% -
XYZ 24.28 13.26 2.38 -
YUV 81.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 199 32 28 0 0.84 0.86 0.22 1.4 0.75 0.45
Hex C7 20 1C 0 54 56 16 1 4B 2D
Octal 307 40 34 0 124 126 26 1 113 55
Binary 11000111 100000 11100 0 1010100 1010110 10110 1 1001011 101101

Color Harmonies of #C7201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7201C

Black with #C7201C

Text Example


Text Example

White with #C7201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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