Html Css Color HEX #C11A1B Fire Engine Red

📋 copy color: '#C11A1B'

red 193 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #C11A1B

Tints of Fire Engine Red #C11A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 78.46%
G = 10.57%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C11A1B (or 0xC11A1B) is known color: Fire Engine Red. HEX triplet: C1, 1A and 1B. RGB value is (193,26,27). Sum of RGB (Red+Green+Blue) = 193+26+27=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A1B is #3EE5E4. Grayscale: #4C4C4C. Windows color (decimal): -4122085 or 1776321. OLE color: 1776321.

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

Color convert

RGB 193 26 27 -
CMYK 0 0.87 0.86 0.24
HSL 359.64º 0.76% 0.43% -
HSV(B) 359.64º 0.87% 0.76% -
XYZ 22.56 12.16 2.19 -
YUV 76.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 193 26 27 0 0.87 0.86 0.24 359.64 0.76 0.43
Hex C1 1A 1B 0 57 56 18 168 4C 2B
Octal 301 32 33 0 127 126 30 550 114 53
Binary 11000001 11010 11011 0 1010111 1010110 11000 101101000 1001100 101011

Color Harmonies of #C11A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A1B

Black with #C11A1B

Text Example


Text Example

White with #C11A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A1B; }

 p { color: rgb(193,26,27); }

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

background-color css

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

 a { background-color: rgb(193,26,27); }

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

border-color css

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

 span { border-color: rgb(193,26,27); }

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