Html Css Color HEX #C1171E Fire Engine Red

📋 copy color: '#C1171E'

red 193 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #C1171E

Tints of Fire Engine Red #C1171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 78.46%
G = 9.35%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1171E (or 0xC1171E) is known color: Fire Engine Red. HEX triplet: C1, 17 and 1E. RGB value is (193,23,30). Sum of RGB (Red+Green+Blue) = 193+23+30=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C1171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1171E is #3EE8E1. Grayscale: #4A4A4A. Windows color (decimal): -4122850 or 1972161. OLE color: 1972161.

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

Color convert

RGB 193 23 30 -
CMYK 0 0.88 0.84 0.24
HSL 357.53º 0.79% 0.42% -
HSV(B) 357.53º 0.88% 0.76% -
XYZ 22.53 12.04 2.37 -
YUV 74.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 193 23 30 0 0.88 0.84 0.24 357.53 0.79 0.42
Hex C1 17 1E 0 58 54 18 166 4F 2A
Octal 301 27 36 0 130 124 30 546 117 52
Binary 11000001 10111 11110 0 1011000 1010100 11000 101100110 1001111 101010

Color Harmonies of #C1171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1171E

Black with #C1171E

Text Example


Text Example

White with #C1171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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