Html Css Color HEX #C11028 Fire Engine Red

📋 copy color: '#C11028'

red 193 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #C11028

Tints of Fire Engine Red #C11028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 77.51%
G = 6.43%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C11028 (or 0xC11028) is known color: Fire Engine Red. HEX triplet: C1, 10 and 28. RGB value is (193,16,40). Sum of RGB (Red+Green+Blue) = 193+16+40=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C11028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11028 is #3EEFD7. Grayscale: #474747. Windows color (decimal): -4124632 or 2625729. OLE color: 2625729.

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

Color convert

RGB 193 16 40 -
CMYK 0 0.92 0.79 0.24
HSL 351.86º 0.85% 0.41% -
HSV(B) 351.86º 0.92% 0.76% -
XYZ 22.56 11.86 3.11 -
YUV 71.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 193 16 40 0 0.92 0.79 0.24 351.86 0.85 0.41
Hex C1 10 28 0 5C 4F 18 160 55 29
Octal 301 20 50 0 134 117 30 540 125 51
Binary 11000001 10000 101000 0 1011100 1001111 11000 101100000 1010101 101001

Color Harmonies of #C11028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11028

Black with #C11028

Text Example


Text Example

White with #C11028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11028; }

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

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

background-color css

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

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

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

border-color css

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

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

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