Html Css Color HEX #C7201F Fire Brick

📋 copy color: '#C7201F'

red 199 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #C7201F

Tints of Fire Brick #C7201F

RGB

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

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

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

R = 75.95%
G = 12.21%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7201F (or 0xC7201F) is known color: Fire Brick. HEX triplet: C7, 20 and 1F. RGB value is (199,32,31). Sum of RGB (Red+Green+Blue) = 199+32+31=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7201F is #38DFE0. Grayscale: #515151. Windows color (decimal): -3727329 or 2040007. OLE color: 2040007.

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

Color convert

RGB 199 32 31 -
CMYK 0 0.84 0.84 0.22
HSL 0.36º 0.73% 0.45% -
HSV(B) 0.36º 0.84% 0.78% -
XYZ 24.32 13.27 2.58 -
YUV 81.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 199 32 31 0 0.84 0.84 0.22 0.36 0.73 0.45
Hex C7 20 1F 0 54 54 16 0 49 2D
Octal 307 40 37 0 124 124 26 0 111 55
Binary 11000111 100000 11111 0 1010100 1010100 10110 0 1001001 101101

Color Harmonies of #C7201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7201F

Black with #C7201F

Text Example


Text Example

White with #C7201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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