Html Css Color HEX #C6211F Fire Brick

📋 copy color: '#C6211F'

red 198 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #C6211F

Tints of Fire Brick #C6211F

RGB

 RED value IS 198 (77.73% from 255) = 75.57%

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

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

R = 75.57%
G = 12.6%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6211F (or 0xC6211F) is known color: Fire Brick. HEX triplet: C6, 21 and 1F. RGB value is (198,33,31). Sum of RGB (Red+Green+Blue) = 198+33+31=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6211F is #39DEE0. Grayscale: #525252. Windows color (decimal): -3792609 or 2040262. OLE color: 2040262.

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

Color convert

RGB 198 33 31 -
CMYK 0 0.83 0.84 0.22
HSL 0.72º 0.73% 0.45% -
HSV(B) 0.72º 0.84% 0.78% -
XYZ 24.08 13.19 2.57 -
YUV 82.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 198 33 31 0 0.83 0.84 0.22 0.72 0.73 0.45
Hex C6 21 1F 0 53 54 16 1 49 2D
Octal 306 41 37 0 123 124 26 1 111 55
Binary 11000110 100001 11111 0 1010011 1010100 10110 1 1001001 101101

Color Harmonies of #C6211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6211F

Black with #C6211F

Text Example


Text Example

White with #C6211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6211F; }

 p { color: rgb(198,33,31); }

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

background-color css

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

 a { background-color: rgb(198,33,31); }

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

border-color css

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

 span { border-color: rgb(198,33,31); }

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