Html Css Color HEX #C7221C Fire Brick

📋 copy color: '#C7221C'

red 199 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #C7221C

Tints of Fire Brick #C7221C

RGB

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

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

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

R = 76.25%
G = 13.03%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7221C (or 0xC7221C) is known color: Fire Brick. HEX triplet: C7, 22 and 1C. RGB value is (199,34,28). Sum of RGB (Red+Green+Blue) = 199+34+28=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7221C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7221C is #38DDE3. Grayscale: #525252. Windows color (decimal): -3726820 or 1843911. OLE color: 1843911.

HSL color Cylindrical-coordinate representation of color #C7221C: hue angle of 2.11º 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 #C7221C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 28 -
CMYK 0 0.83 0.86 0.22
HSL 2.11º 0.75% 0.45% -
HSV(B) 2.11º 0.86% 0.78% -
XYZ 24.33 13.37 2.4 -
YUV 82.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 199 34 28 0 0.83 0.86 0.22 2.11 0.75 0.45
Hex C7 22 1C 0 53 56 16 2 4B 2D
Octal 307 42 34 0 123 126 26 2 113 55
Binary 11000111 100010 11100 0 1010011 1010110 10110 10 1001011 101101

Color Harmonies of #C7221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7221C

Black with #C7221C

Text Example


Text Example

White with #C7221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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