Html Css Color HEX #C11922 Fire Engine Red

📋 copy color: '#C11922'

red 193 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #C11922

Tints of Fire Engine Red #C11922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 76.59%
G = 9.92%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C11922 (or 0xC11922) is known color: Fire Engine Red. HEX triplet: C1, 19 and 22. RGB value is (193,25,34). Sum of RGB (Red+Green+Blue) = 193+25+34=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11922 is #3EE6DD. Grayscale: #4C4C4C. Windows color (decimal): -4122334 or 2234817. OLE color: 2234817.

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

Color convert

RGB 193 25 34 -
CMYK 0 0.87 0.82 0.24
HSL 356.79º 0.77% 0.43% -
HSV(B) 356.79º 0.87% 0.76% -
XYZ 22.63 12.15 2.67 -
YUV 76.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 193 25 34 0 0.87 0.82 0.24 356.79 0.77 0.43
Hex C1 19 22 0 57 52 18 165 4D 2B
Octal 301 31 42 0 127 122 30 545 115 53
Binary 11000001 11001 100010 0 1010111 1010010 11000 101100101 1001101 101011

Color Harmonies of #C11922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11922

Black with #C11922

Text Example


Text Example

White with #C11922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11922; }

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

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

background-color css

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

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

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

border-color css

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

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

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