Html Css Color HEX #C11329 Fire Engine Red

📋 copy color: '#C11329'

red 193 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #C11329

Tints of Fire Engine Red #C11329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 76.28%
G = 7.51%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C11329 (or 0xC11329) is known color: Fire Engine Red. HEX triplet: C1, 13 and 29. RGB value is (193,19,41). Sum of RGB (Red+Green+Blue) = 193+19+41=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C11329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11329 is #3EECD6. Grayscale: #494949. Windows color (decimal): -4123863 or 2692033. OLE color: 2692033.

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

Color convert

RGB 193 19 41 -
CMYK 0 0.90 0.79 0.24
HSL 352.41º 0.82% 0.42% -
HSV(B) 352.41º 0.9% 0.76% -
XYZ 22.63 11.96 3.21 -
YUV 73.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 193 19 41 0 0.90 0.79 0.24 352.41 0.82 0.42
Hex C1 13 29 0 5A 4F 18 160 52 2A
Octal 301 23 51 0 132 117 30 540 122 52
Binary 11000001 10011 101001 0 1011010 1001111 11000 101100000 1010010 101010

Color Harmonies of #C11329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11329

Black with #C11329

Text Example


Text Example

White with #C11329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11329; }

 p { color: rgb(193,19,41); }

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

background-color css

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

 a { background-color: rgb(193,19,41); }

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

border-color css

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

 span { border-color: rgb(193,19,41); }

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