Html Css Color HEX #C1211F Fire Brick

📋 copy color: '#C1211F'

red 193 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #C1211F

Tints of Fire Brick #C1211F

RGB

 RED value IS 193 (75.78% from 255) = 75.1%

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

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

R = 75.1%
G = 12.84%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1211F (or 0xC1211F) is known color: Fire Brick. HEX triplet: C1, 21 and 1F. RGB value is (193,33,31). Sum of RGB (Red+Green+Blue) = 193+33+31=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211F is #3EDEE0. Grayscale: #505050. Windows color (decimal): -4120289 or 2040257. OLE color: 2040257.

HSL color Cylindrical-coordinate representation of color #C1211F: hue angle of 0.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1211F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 31 -
CMYK 0 0.83 0.84 0.24
HSL 0.74º 0.72% 0.44% -
HSV(B) 0.74º 0.84% 0.76% -
XYZ 22.78 12.52 2.51 -
YUV 80.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 193 33 31 0 0.83 0.84 0.24 0.74 0.72 0.44
Hex C1 21 1F 0 53 54 18 1 48 2C
Octal 301 41 37 0 123 124 30 1 110 54
Binary 11000001 100001 11111 0 1010011 1010100 11000 1 1001000 101100

Color Harmonies of #C1211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1211F

Black with #C1211F

Text Example


Text Example

White with #C1211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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