Html Css Color HEX #C1161D Fire Engine Red

📋 copy color: '#C1161D'

red 193 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #C1161D

Tints of Fire Engine Red #C1161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 79.1%
G = 9.02%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1161D (or 0xC1161D) is known color: Fire Engine Red. HEX triplet: C1, 16 and 1D. RGB value is (193,22,29). Sum of RGB (Red+Green+Blue) = 193+22+29=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1161D is #3EE9E2. Grayscale: #4A4A4A. Windows color (decimal): -4123107 or 1906369. OLE color: 1906369.

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

Color convert

RGB 193 22 29 -
CMYK 0 0.89 0.85 0.24
HSL 357.54º 0.8% 0.42% -
HSV(B) 357.54º 0.89% 0.76% -
XYZ 22.5 12 2.29 -
YUV 73.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 193 22 29 0 0.89 0.85 0.24 357.54 0.8 0.42
Hex C1 16 1D 0 59 55 18 166 50 2A
Octal 301 26 35 0 131 125 30 546 120 52
Binary 11000001 10110 11101 0 1011001 1010101 11000 101100110 1010000 101010

Color Harmonies of #C1161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1161D

Black with #C1161D

Text Example


Text Example

White with #C1161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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