Html Css Color HEX #C1131D Fire Engine Red

📋 copy color: '#C1131D'

red 193 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #C1131D

Tints of Fire Engine Red #C1131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 80.08%
G = 7.88%
B = 12.03%

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

#C1131D (or 0xC1131D) is known color: Fire Engine Red. HEX triplet: C1, 13 and 1D. RGB value is (193,19,29). Sum of RGB (Red+Green+Blue) = 193+19+29=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1131D is #3EECE2. Grayscale: #484848. Windows color (decimal): -4123875 or 1905601. OLE color: 1905601.

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

Color convert

RGB 193 19 29 -
CMYK 0 0.90 0.85 0.24
HSL 356.55º 0.82% 0.42% -
HSV(B) 356.55º 0.9% 0.76% -
XYZ 22.45 11.89 2.27 -
YUV 72.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 193 19 29 0 0.90 0.85 0.24 356.55 0.82 0.42
Hex C1 13 1D 0 5A 55 18 165 52 2A
Octal 301 23 35 0 132 125 30 545 122 52
Binary 11000001 10011 11101 0 1011010 1010101 11000 101100101 1010010 101010

Color Harmonies of #C1131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1131D

Black with #C1131D

Text Example


Text Example

White with #C1131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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