Html Css Color HEX #C1141D Fire Engine Red

📋 copy color: '#C1141D'

red 193 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #C1141D

Tints of Fire Engine Red #C1141D

RGB

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

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

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

R = 79.75%
G = 8.26%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1141D (or 0xC1141D) is known color: Fire Engine Red. HEX triplet: C1, 14 and 1D. RGB value is (193,20,29). Sum of RGB (Red+Green+Blue) = 193+20+29=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1141D is #3EEBE2. Grayscale: #484848. Windows color (decimal): -4123619 or 1905857. OLE color: 1905857.

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

Color convert

RGB 193 20 29 -
CMYK 0 0.90 0.85 0.24
HSL 356.88º 0.81% 0.42% -
HSV(B) 356.88º 0.9% 0.76% -
XYZ 22.46 11.93 2.28 -
YUV 72.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 193 20 29 0 0.90 0.85 0.24 356.88 0.81 0.42
Hex C1 14 1D 0 5A 55 18 165 51 2A
Octal 301 24 35 0 132 125 30 545 121 52
Binary 11000001 10100 11101 0 1011010 1010101 11000 101100101 1010001 101010

Color Harmonies of #C1141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1141D

Black with #C1141D

Text Example


Text Example

White with #C1141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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