Html Css Color HEX #C1181F Fire Engine Red

📋 copy color: '#C1181F'

red 193 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #C1181F

Tints of Fire Engine Red #C1181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 77.82%
G = 9.68%
B = 12.5%

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

#C1181F (or 0xC1181F) is known color: Fire Engine Red. HEX triplet: C1, 18 and 1F. RGB value is (193,24,31). Sum of RGB (Red+Green+Blue) = 193+24+31=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C1181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1181F is #3EE7E0. Grayscale: #4B4B4B. Windows color (decimal): -4122593 or 2037953. OLE color: 2037953.

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

Color convert

RGB 193 24 31 -
CMYK 0 0.88 0.84 0.24
HSL 357.51º 0.78% 0.43% -
HSV(B) 357.51º 0.88% 0.76% -
XYZ 22.57 12.09 2.44 -
YUV 75.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 193 24 31 0 0.88 0.84 0.24 357.51 0.78 0.43
Hex C1 18 1F 0 58 54 18 166 4E 2B
Octal 301 30 37 0 130 124 30 546 116 53
Binary 11000001 11000 11111 0 1011000 1010100 11000 101100110 1001110 101011

Color Harmonies of #C1181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1181F

Black with #C1181F

Text Example


Text Example

White with #C1181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1181F; }

 p { color: rgb(193,24,31); }

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

background-color css

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

 a { background-color: rgb(193,24,31); }

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

border-color css

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

 span { border-color: rgb(193,24,31); }

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