Html Css Color HEX #C1161C Fire Engine Red

📋 copy color: '#C1161C'

red 193 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #C1161C

Tints of Fire Engine Red #C1161C

RGB

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

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

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

R = 79.42%
G = 9.05%
B = 11.52%

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

#C1161C (or 0xC1161C) is known color: Fire Engine Red. HEX triplet: C1, 16 and 1C. RGB value is (193,22,28). Sum of RGB (Red+Green+Blue) = 193+22+28=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1161C is #3EE9E3. Grayscale: #494949. Windows color (decimal): -4123108 or 1840833. OLE color: 1840833.

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

Color convert

RGB 193 22 28 -
CMYK 0 0.89 0.85 0.24
HSL 357.89º 0.8% 0.42% -
HSV(B) 357.89º 0.89% 0.76% -
XYZ 22.49 12 2.23 -
YUV 73.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 193 22 28 0 0.89 0.85 0.24 357.89 0.8 0.42
Hex C1 16 1C 0 59 55 18 166 50 2A
Octal 301 26 34 0 131 125 30 546 120 52
Binary 11000001 10110 11100 0 1011001 1010101 11000 101100110 1010000 101010

Color Harmonies of #C1161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1161C

Black with #C1161C

Text Example


Text Example

White with #C1161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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