Html Css Color HEX #C11226 Fire Engine Red

📋 copy color: '#C11226'

red 193 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #C11226

Tints of Fire Engine Red #C11226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 77.51%
G = 7.23%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11226 (or 0xC11226) is known color: Fire Engine Red. HEX triplet: C1, 12 and 26. RGB value is (193,18,38). Sum of RGB (Red+Green+Blue) = 193+18+38=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C11226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11226 is #3EEDD9. Grayscale: #484848. Windows color (decimal): -4124122 or 2495169. OLE color: 2495169.

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

Color convert

RGB 193 18 38 -
CMYK 0 0.91 0.80 0.24
HSL 353.14º 0.83% 0.41% -
HSV(B) 353.14º 0.91% 0.76% -
XYZ 22.56 11.91 2.94 -
YUV 72.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 193 18 38 0 0.91 0.80 0.24 353.14 0.83 0.41
Hex C1 12 26 0 5B 50 18 161 53 29
Octal 301 22 46 0 133 120 30 541 123 51
Binary 11000001 10010 100110 0 1011011 1010000 11000 101100001 1010011 101001

Color Harmonies of #C11226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11226

Black with #C11226

Text Example


Text Example

White with #C11226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11226; }

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

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

background-color css

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

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

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

border-color css

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

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

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