Html Css Color HEX #C11626 Fire Engine Red

📋 copy color: '#C11626'

red 193 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #C11626

Tints of Fire Engine Red #C11626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 76.28%
G = 8.7%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11626 (or 0xC11626) is known color: Fire Engine Red. HEX triplet: C1, 16 and 26. RGB value is (193,22,38). Sum of RGB (Red+Green+Blue) = 193+22+38=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C11626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11626 is #3EE9D9. Grayscale: #4B4B4B. Windows color (decimal): -4123098 or 2496193. OLE color: 2496193.

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

Color convert

RGB 193 22 38 -
CMYK 0 0.89 0.80 0.24
HSL 354.39º 0.8% 0.42% -
HSV(B) 354.39º 0.89% 0.76% -
XYZ 22.63 12.05 2.97 -
YUV 74.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 193 22 38 0 0.89 0.80 0.24 354.39 0.8 0.42
Hex C1 16 26 0 59 50 18 162 50 2A
Octal 301 26 46 0 131 120 30 542 120 52
Binary 11000001 10110 100110 0 1011001 1010000 11000 101100010 1010000 101010

Color Harmonies of #C11626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11626

Black with #C11626

Text Example


Text Example

White with #C11626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11626; }

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

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

background-color css

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

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

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

border-color css

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

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

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