Html Css Color HEX #C1161A Fire Engine Red

📋 copy color: '#C1161A'

red 193 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #C1161A

Tints of Fire Engine Red #C1161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

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

R = 80.08%
G = 9.13%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1161A (or 0xC1161A) is known color: Fire Engine Red. HEX triplet: C1, 16 and 1A. RGB value is (193,22,26). Sum of RGB (Red+Green+Blue) = 193+22+26=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1161A is #3EE9E5. Grayscale: #494949. Windows color (decimal): -4123110 or 1709761. OLE color: 1709761.

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

Color convert

RGB 193 22 26 -
CMYK 0 0.89 0.87 0.24
HSL 358.6º 0.8% 0.42% -
HSV(B) 358.6º 0.89% 0.76% -
XYZ 22.47 11.99 2.11 -
YUV 73.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 193 22 26 0 0.89 0.87 0.24 358.6 0.8 0.42
Hex C1 16 1A 0 59 57 18 167 50 2A
Octal 301 26 32 0 131 127 30 547 120 52
Binary 11000001 10110 11010 0 1011001 1010111 11000 101100111 1010000 101010

Color Harmonies of #C1161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1161A

Black with #C1161A

Text Example


Text Example

White with #C1161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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