Html Css Color HEX #C11027 Fire Engine Red

📋 copy color: '#C11027'

red 193 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #C11027

Tints of Fire Engine Red #C11027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 77.82%
G = 6.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11027 (or 0xC11027) is known color: Fire Engine Red. HEX triplet: C1, 10 and 27. RGB value is (193,16,39). Sum of RGB (Red+Green+Blue) = 193+16+39=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C11027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11027 is #3EEFD8. Grayscale: #474747. Windows color (decimal): -4124633 or 2560193. OLE color: 2560193.

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

Color convert

RGB 193 16 39 -
CMYK 0 0.92 0.80 0.24
HSL 352.2º 0.85% 0.41% -
HSV(B) 352.2º 0.92% 0.76% -
XYZ 22.54 11.85 3.02 -
YUV 71.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 193 16 39 0 0.92 0.80 0.24 352.2 0.85 0.41
Hex C1 10 27 0 5C 50 18 160 55 29
Octal 301 20 47 0 134 120 30 540 125 51
Binary 11000001 10000 100111 0 1011100 1010000 11000 101100000 1010101 101001

Color Harmonies of #C11027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11027

Black with #C11027

Text Example


Text Example

White with #C11027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11027; }

 p { color: rgb(193,16,39); }

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

background-color css

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

 a { background-color: rgb(193,16,39); }

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

border-color css

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

 span { border-color: rgb(193,16,39); }

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