Html Css Color HEX #C11926 Fire Engine Red

📋 copy color: '#C11926'

red 193 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #C11926

Tints of Fire Engine Red #C11926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 75.39%
G = 9.77%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11926 (or 0xC11926) is known color: Fire Engine Red. HEX triplet: C1, 19 and 26. RGB value is (193,25,38). Sum of RGB (Red+Green+Blue) = 193+25+38=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C11926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11926 is #3EE6D9. Grayscale: #4C4C4C. Windows color (decimal): -4122330 or 2496961. OLE color: 2496961.

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

Color convert

RGB 193 25 38 -
CMYK 0 0.87 0.80 0.24
HSL 355.36º 0.77% 0.43% -
HSV(B) 355.36º 0.87% 0.76% -
XYZ 22.69 12.17 2.99 -
YUV 76.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 193 25 38 0 0.87 0.80 0.24 355.36 0.77 0.43
Hex C1 19 26 0 57 50 18 163 4D 2B
Octal 301 31 46 0 127 120 30 543 115 53
Binary 11000001 11001 100110 0 1010111 1010000 11000 101100011 1001101 101011

Color Harmonies of #C11926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11926

Black with #C11926

Text Example


Text Example

White with #C11926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11926; }

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

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

background-color css

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

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

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

border-color css

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

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

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