Html Css Color HEX #C11326 Fire Engine Red

📋 copy color: '#C11326'

red 193 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #C11326

Tints of Fire Engine Red #C11326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 77.2%
G = 7.6%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11326 (or 0xC11326) is known color: Fire Engine Red. HEX triplet: C1, 13 and 26. RGB value is (193,19,38). Sum of RGB (Red+Green+Blue) = 193+19+38=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11326 is #3EECD9. Grayscale: #494949. Windows color (decimal): -4123866 or 2495425. OLE color: 2495425.

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

Color convert

RGB 193 19 38 -
CMYK 0 0.90 0.80 0.24
HSL 353.45º 0.82% 0.42% -
HSV(B) 353.45º 0.9% 0.76% -
XYZ 22.58 11.94 2.95 -
YUV 73.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 193 19 38 0 0.90 0.80 0.24 353.45 0.82 0.42
Hex C1 13 26 0 5A 50 18 161 52 2A
Octal 301 23 46 0 132 120 30 541 122 52
Binary 11000001 10011 100110 0 1011010 1010000 11000 101100001 1010010 101010

Color Harmonies of #C11326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11326

Black with #C11326

Text Example


Text Example

White with #C11326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11326; }

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

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

background-color css

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

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

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

border-color css

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

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

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