Html Css Color HEX #C11619 Fire Engine Red

📋 copy color: '#C11619'

red 193 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #C11619

Tints of Fire Engine Red #C11619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 80.42%
G = 9.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C11619 (or 0xC11619) is known color: Fire Engine Red. HEX triplet: C1, 16 and 19. RGB value is (193,22,25). Sum of RGB (Red+Green+Blue) = 193+22+25=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C11619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11619 is #3EE9E6. Grayscale: #494949. Windows color (decimal): -4123111 or 1644225. OLE color: 1644225.

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

Color convert

RGB 193 22 25 -
CMYK 0 0.89 0.87 0.24
HSL 358.95º 0.8% 0.42% -
HSV(B) 358.95º 0.89% 0.76% -
XYZ 22.45 11.98 2.05 -
YUV 73.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 193 22 25 0 0.89 0.87 0.24 358.95 0.8 0.42
Hex C1 16 19 0 59 57 18 167 50 2A
Octal 301 26 31 0 131 127 30 547 120 52
Binary 11000001 10110 11001 0 1011001 1010111 11000 101100111 1010000 101010

Color Harmonies of #C11619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11619

Black with #C11619

Text Example


Text Example

White with #C11619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11619; }

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

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

background-color css

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

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

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

border-color css

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

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

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