Html Css Color HEX #C1161B Fire Engine Red

📋 copy color: '#C1161B'

red 193 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #C1161B

Tints of Fire Engine Red #C1161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 79.75%
G = 9.09%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1161B (or 0xC1161B) is known color: Fire Engine Red. HEX triplet: C1, 16 and 1B. RGB value is (193,22,27). Sum of RGB (Red+Green+Blue) = 193+22+27=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1161B is #3EE9E4. Grayscale: #494949. Windows color (decimal): -4123109 or 1775297. OLE color: 1775297.

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

Color convert

RGB 193 22 27 -
CMYK 0 0.89 0.86 0.24
HSL 358.25º 0.8% 0.42% -
HSV(B) 358.25º 0.89% 0.76% -
XYZ 22.48 11.99 2.17 -
YUV 73.7 101.65 213.09 -
System Red Green Blue C M Y K H S L
Decimal 193 22 27 0 0.89 0.86 0.24 358.25 0.8 0.42
Hex C1 16 1B 0 59 56 18 166 50 2A
Octal 301 26 33 0 131 126 30 546 120 52
Binary 11000001 10110 11011 0 1011001 1010110 11000 101100110 1010000 101010

Color Harmonies of #C1161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1161B

Black with #C1161B

Text Example


Text Example

White with #C1161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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