Html Css Color HEX #C1141E Fire Engine Red

📋 copy color: '#C1141E'

red 193 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #C1141E

Tints of Fire Engine Red #C1141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

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

R = 79.42%
G = 8.23%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1141E (or 0xC1141E) is known color: Fire Engine Red. HEX triplet: C1, 14 and 1E. RGB value is (193,20,30). Sum of RGB (Red+Green+Blue) = 193+20+30=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1141E is #3EEBE1. Grayscale: #494949. Windows color (decimal): -4123618 or 1971393. OLE color: 1971393.

HSL color Cylindrical-coordinate representation of color #C1141E: hue angle of 356.53º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1141E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 30 -
CMYK 0 0.90 0.84 0.24
HSL 356.53º 0.81% 0.42% -
HSV(B) 356.53º 0.9% 0.76% -
XYZ 22.48 11.93 2.35 -
YUV 72.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 193 20 30 0 0.90 0.84 0.24 356.53 0.81 0.42
Hex C1 14 1E 0 5A 54 18 165 51 2A
Octal 301 24 36 0 132 124 30 545 121 52
Binary 11000001 10100 11110 0 1011010 1010100 11000 101100101 1010001 101010

Color Harmonies of #C1141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1141E

Black with #C1141E

Text Example


Text Example

White with #C1141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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