Html Css Color HEX #C11628 Fire Engine Red

📋 copy color: '#C11628'

red 193 ◦ green 22 ◦ blue 40

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

Shades of Fire Engine Red #C11628

Tints of Fire Engine Red #C11628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 75.69%
G = 8.63%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C11628 (or 0xC11628) is known color: Fire Engine Red. HEX triplet: C1, 16 and 28. RGB value is (193,22,40). Sum of RGB (Red+Green+Blue) = 193+22+40=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C11628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11628 is #3EE9D7. Grayscale: #4B4B4B. Windows color (decimal): -4123096 or 2627265. OLE color: 2627265.

HSL color Cylindrical-coordinate representation of color #C11628: hue angle of 353.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11628 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 40 -
CMYK 0 0.89 0.79 0.24
HSL 353.68º 0.8% 0.42% -
HSV(B) 353.68º 0.89% 0.76% -
XYZ 22.66 12.06 3.14 -
YUV 75.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 193 22 40 0 0.89 0.79 0.24 353.68 0.8 0.42
Hex C1 16 28 0 59 4F 18 162 50 2A
Octal 301 26 50 0 131 117 30 542 120 52
Binary 11000001 10110 101000 0 1011001 1001111 11000 101100010 1010000 101010

Color Harmonies of #C11628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11628

Black with #C11628

Text Example


Text Example

White with #C11628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11628; }

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

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

background-color css

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

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

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

border-color css

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

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

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