Html Css Color HEX #C1131F Fire Engine Red

📋 copy color: '#C1131F'

red 193 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #C1131F

Tints of Fire Engine Red #C1131F

RGB

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

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

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

R = 79.42%
G = 7.82%
B = 12.76%

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

#C1131F (or 0xC1131F) is known color: Fire Engine Red. HEX triplet: C1, 13 and 1F. RGB value is (193,19,31). Sum of RGB (Red+Green+Blue) = 193+19+31=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1131F is #3EECE0. Grayscale: #484848. Windows color (decimal): -4123873 or 2036673. OLE color: 2036673.

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

Color convert

RGB 193 19 31 -
CMYK 0 0.90 0.84 0.24
HSL 355.86º 0.82% 0.42% -
HSV(B) 355.86º 0.9% 0.76% -
XYZ 22.47 11.9 2.41 -
YUV 72.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 193 19 31 0 0.90 0.84 0.24 355.86 0.82 0.42
Hex C1 13 1F 0 5A 54 18 164 52 2A
Octal 301 23 37 0 132 124 30 544 122 52
Binary 11000001 10011 11111 0 1011010 1010100 11000 101100100 1010010 101010

Color Harmonies of #C1131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1131F

Black with #C1131F

Text Example


Text Example

White with #C1131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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