Html Css Color HEX #C11228 Fire Engine Red

📋 copy color: '#C11228'

red 193 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #C11228

Tints of Fire Engine Red #C11228

RGB

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

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

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

R = 76.89%
G = 7.17%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C11228 (or 0xC11228) is known color: Fire Engine Red. HEX triplet: C1, 12 and 28. RGB value is (193,18,40). Sum of RGB (Red+Green+Blue) = 193+18+40=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C11228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11228 is #3EEDD7. Grayscale: #484848. Windows color (decimal): -4124120 or 2626241. OLE color: 2626241.

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

Color convert

RGB 193 18 40 -
CMYK 0 0.91 0.79 0.24
HSL 352.46º 0.83% 0.41% -
HSV(B) 352.46º 0.91% 0.76% -
XYZ 22.59 11.92 3.12 -
YUV 72.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 193 18 40 0 0.91 0.79 0.24 352.46 0.83 0.41
Hex C1 12 28 0 5B 4F 18 160 53 29
Octal 301 22 50 0 133 117 30 540 123 51
Binary 11000001 10010 101000 0 1011011 1001111 11000 101100000 1010011 101001

Color Harmonies of #C11228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11228

Black with #C11228

Text Example


Text Example

White with #C11228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11228; }

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

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

background-color css

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

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

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

border-color css

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

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

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