Html Css Color HEX #C1171D Fire Engine Red

📋 copy color: '#C1171D'

red 193 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #C1171D

Tints of Fire Engine Red #C1171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 78.78%
G = 9.39%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1171D (or 0xC1171D) is known color: Fire Engine Red. HEX triplet: C1, 17 and 1D. RGB value is (193,23,29). Sum of RGB (Red+Green+Blue) = 193+23+29=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1171D is #3EE8E2. Grayscale: #4A4A4A. Windows color (decimal): -4122851 or 1906625. OLE color: 1906625.

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

Color convert

RGB 193 23 29 -
CMYK 0 0.88 0.85 0.24
HSL 357.88º 0.79% 0.42% -
HSV(B) 357.88º 0.88% 0.76% -
XYZ 22.52 12.04 2.3 -
YUV 74.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 193 23 29 0 0.88 0.85 0.24 357.88 0.79 0.42
Hex C1 17 1D 0 58 55 18 166 4F 2A
Octal 301 27 35 0 130 125 30 546 117 52
Binary 11000001 10111 11101 0 1011000 1010101 11000 101100110 1001111 101010

Color Harmonies of #C1171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1171D

Black with #C1171D

Text Example


Text Example

White with #C1171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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