Html Css Color HEX #C11026 Fire Engine Red

📋 copy color: '#C11026'

red 193 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #C11026

Tints of Fire Engine Red #C11026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

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

R = 78.14%
G = 6.48%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11026 (or 0xC11026) is known color: Fire Engine Red. HEX triplet: C1, 10 and 26. RGB value is (193,16,38). Sum of RGB (Red+Green+Blue) = 193+16+38=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11026 is #3EEFD9. Grayscale: #474747. Windows color (decimal): -4124634 or 2494657. OLE color: 2494657.

HSL color Cylindrical-coordinate representation of color #C11026: hue angle of 352.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11026 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 38 -
CMYK 0 0.92 0.80 0.24
HSL 352.54º 0.85% 0.41% -
HSV(B) 352.54º 0.92% 0.76% -
XYZ 22.53 11.85 2.93 -
YUV 71.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 193 16 38 0 0.92 0.80 0.24 352.54 0.85 0.41
Hex C1 10 26 0 5C 50 18 161 55 29
Octal 301 20 46 0 134 120 30 541 125 51
Binary 11000001 10000 100110 0 1011100 1010000 11000 101100001 1010101 101001

Color Harmonies of #C11026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11026

Black with #C11026

Text Example


Text Example

White with #C11026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11026; }

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

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

background-color css

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

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

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

border-color css

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

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

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