Html Css Color HEX #C1191A Fire Engine Red

📋 copy color: '#C1191A'

red 193 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #C1191A

Tints of Fire Engine Red #C1191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

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

R = 79.1%
G = 10.25%
B = 10.66%

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

#C1191A (or 0xC1191A) is known color: Fire Engine Red. HEX triplet: C1, 19 and 1A. RGB value is (193,25,26). Sum of RGB (Red+Green+Blue) = 193+25+26=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1191A is #3EE6E5. Grayscale: #4B4B4B. Windows color (decimal): -4122342 or 1710529. OLE color: 1710529.

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

Color convert

RGB 193 25 26 -
CMYK 0 0.87 0.87 0.24
HSL 359.64º 0.77% 0.43% -
HSV(B) 359.64º 0.87% 0.76% -
XYZ 22.53 12.11 2.13 -
YUV 75.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 193 25 26 0 0.87 0.87 0.24 359.64 0.77 0.43
Hex C1 19 1A 0 57 57 18 168 4D 2B
Octal 301 31 32 0 127 127 30 550 115 53
Binary 11000001 11001 11010 0 1010111 1010111 11000 101101000 1001101 101011

Color Harmonies of #C1191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1191A

Black with #C1191A

Text Example


Text Example

White with #C1191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1191A; }

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

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

background-color css

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

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

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

border-color css

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

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

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