Html Css Color HEX #C7211E Fire Brick

📋 copy color: '#C7211E'

red 199 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #C7211E

Tints of Fire Brick #C7211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 75.95%
G = 12.6%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7211E (or 0xC7211E) is known color: Fire Brick. HEX triplet: C7, 21 and 1E. RGB value is (199,33,30). Sum of RGB (Red+Green+Blue) = 199+33+30=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7211E is #38DEE1. Grayscale: #525252. Windows color (decimal): -3727074 or 1974727. OLE color: 1974727.

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

Color convert

RGB 199 33 30 -
CMYK 0 0.83 0.85 0.22
HSL 1.07º 0.74% 0.45% -
HSV(B) 1.07º 0.85% 0.78% -
XYZ 24.33 13.32 2.52 -
YUV 82.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 199 33 30 0 0.83 0.85 0.22 1.07 0.74 0.45
Hex C7 21 1E 0 53 55 16 1 4A 2D
Octal 307 41 36 0 123 125 26 1 112 55
Binary 11000111 100001 11110 0 1010011 1010101 10110 1 1001010 101101

Color Harmonies of #C7211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7211E

Black with #C7211E

Text Example


Text Example

White with #C7211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7211E; }

 p { color: rgb(199,33,30); }

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

background-color css

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

 a { background-color: rgb(199,33,30); }

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

border-color css

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

 span { border-color: rgb(199,33,30); }

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