Html Css Color HEX #C1211A Fire Brick

📋 copy color: '#C1211A'

red 193 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #C1211A

Tints of Fire Brick #C1211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 76.59%
G = 13.1%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1211A (or 0xC1211A) is known color: Fire Brick. HEX triplet: C1, 21 and 1A. RGB value is (193,33,26). Sum of RGB (Red+Green+Blue) = 193+33+26=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211A is #3EDEE5. Grayscale: #505050. Windows color (decimal): -4120294 or 1712577. OLE color: 1712577.

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

Color convert

RGB 193 33 26 -
CMYK 0 0.83 0.87 0.24
HSL 2.51º 0.76% 0.43% -
HSV(B) 2.51º 0.87% 0.76% -
XYZ 22.72 12.5 2.19 -
YUV 80.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 193 33 26 0 0.83 0.87 0.24 2.51 0.76 0.43
Hex C1 21 1A 0 53 57 18 3 4C 2B
Octal 301 41 32 0 123 127 30 3 114 53
Binary 11000001 100001 11010 0 1010011 1010111 11000 11 1001100 101011

Color Harmonies of #C1211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1211A

Black with #C1211A

Text Example


Text Example

White with #C1211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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