Html Css Color HEX #C11A1A Fire Brick

📋 copy color: '#C11A1A'

red 193 ◦ green 26 ◦ blue 26

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

Shades of Fire Brick #C11A1A

Tints of Fire Brick #C11A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

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

R = 78.78%
G = 10.61%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C11A1A (or 0xC11A1A) is known color: Fire Brick. HEX triplet: C1, 1A and 1A. RGB value is (193,26,26). Sum of RGB (Red+Green+Blue) = 193+26+26=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A1A is #3EE5E5. Grayscale: #4C4C4C. Windows color (decimal): -4122086 or 1710785. OLE color: 1710785.

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

Color convert

RGB 193 26 26 -
CMYK 0 0.87 0.87 0.24
HSL 0.76% 0.43% -
HSV(B) 0.87% 0.76% -
XYZ 22.55 12.15 2.13 -
YUV 75.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 193 26 26 0 0.87 0.87 0.24 0 0.76 0.43
Hex C1 1A 1A 0 57 57 18 0 4C 2B
Octal 301 32 32 0 127 127 30 0 114 53
Binary 11000001 11010 11010 0 1010111 1010111 11000 0 1001100 101011

Color Harmonies of #C11A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A1A

Black with #C11A1A

Text Example


Text Example

White with #C11A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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