Html Css Color HEX #C11A1C Fire Engine Red

📋 copy color: '#C11A1C'

red 193 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #C11A1C

Tints of Fire Engine Red #C11A1C

RGB

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

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

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

R = 78.14%
G = 10.53%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C11A1C (or 0xC11A1C) is known color: Fire Engine Red. HEX triplet: C1, 1A and 1C. RGB value is (193,26,28). Sum of RGB (Red+Green+Blue) = 193+26+28=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A1C is #3EE5E3. Grayscale: #4C4C4C. Windows color (decimal): -4122084 or 1841857. OLE color: 1841857.

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

Color convert

RGB 193 26 28 -
CMYK 0 0.87 0.85 0.24
HSL 359.28º 0.76% 0.43% -
HSV(B) 359.28º 0.87% 0.76% -
XYZ 22.57 12.16 2.26 -
YUV 76.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 193 26 28 0 0.87 0.85 0.24 359.28 0.76 0.43
Hex C1 1A 1C 0 57 55 18 167 4C 2B
Octal 301 32 34 0 127 125 30 547 114 53
Binary 11000001 11010 11100 0 1010111 1010101 11000 101100111 1001100 101011

Color Harmonies of #C11A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A1C

Black with #C11A1C

Text Example


Text Example

White with #C11A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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