Html Css Color HEX #C11222 Fire Engine Red

📋 copy color: '#C11222'

red 193 ◦ green 18 ◦ blue 34

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

Shades of Fire Engine Red #C11222

Tints of Fire Engine Red #C11222

RGB

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

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

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

R = 78.78%
G = 7.35%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C11222 (or 0xC11222) is known color: Fire Engine Red. HEX triplet: C1, 12 and 22. RGB value is (193,18,34). Sum of RGB (Red+Green+Blue) = 193+18+34=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C11222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11222 is #3EEDDD. Grayscale: #484848. Windows color (decimal): -4124126 or 2233025. OLE color: 2233025.

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

Color convert

RGB 193 18 34 -
CMYK 0 0.91 0.82 0.24
HSL 354.51º 0.83% 0.41% -
HSV(B) 354.51º 0.91% 0.76% -
XYZ 22.5 11.89 2.62 -
YUV 72.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 193 18 34 0 0.91 0.82 0.24 354.51 0.83 0.41
Hex C1 12 22 0 5B 52 18 163 53 29
Octal 301 22 42 0 133 122 30 543 123 51
Binary 11000001 10010 100010 0 1011011 1010010 11000 101100011 1010011 101001

Color Harmonies of #C11222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11222

Black with #C11222

Text Example


Text Example

White with #C11222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11222; }

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

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

background-color css

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

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

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

border-color css

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

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

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