Html Css Color HEX #C1211C Fire Brick

📋 copy color: '#C1211C'

red 193 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #C1211C

Tints of Fire Brick #C1211C

RGB

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

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

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

R = 75.98%
G = 12.99%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1211C (or 0xC1211C) is known color: Fire Brick. HEX triplet: C1, 21 and 1C. RGB value is (193,33,28). Sum of RGB (Red+Green+Blue) = 193+33+28=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211C is #3EDEE3. Grayscale: #505050. Windows color (decimal): -4120292 or 1843649. OLE color: 1843649.

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

Color convert

RGB 193 33 28 -
CMYK 0 0.83 0.85 0.24
HSL 1.82º 0.75% 0.43% -
HSV(B) 1.82º 0.85% 0.76% -
XYZ 22.75 12.51 2.31 -
YUV 80.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 193 33 28 0 0.83 0.85 0.24 1.82 0.75 0.43
Hex C1 21 1C 0 53 55 18 2 4B 2B
Octal 301 41 34 0 123 125 30 2 113 53
Binary 11000001 100001 11100 0 1010011 1010101 11000 10 1001011 101011

Color Harmonies of #C1211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1211C

Black with #C1211C

Text Example


Text Example

White with #C1211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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