Html Css Color HEX #C11A21 Fire Engine Red

📋 copy color: '#C11A21'

red 193 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #C11A21

Tints of Fire Engine Red #C11A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 76.59%
G = 10.32%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11A21 (or 0xC11A21) is known color: Fire Engine Red. HEX triplet: C1, 1A and 21. RGB value is (193,26,33). Sum of RGB (Red+Green+Blue) = 193+26+33=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A21 is #3EE5DE. Grayscale: #4C4C4C. Windows color (decimal): -4122079 or 2169537. OLE color: 2169537.

HSL color Cylindrical-coordinate representation of color #C11A21: hue angle of 357.49º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A21 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 33 -
CMYK 0 0.87 0.83 0.24
HSL 357.49º 0.76% 0.43% -
HSV(B) 357.49º 0.87% 0.76% -
XYZ 22.64 12.19 2.6 -
YUV 76.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 193 26 33 0 0.87 0.83 0.24 357.49 0.76 0.43
Hex C1 1A 21 0 57 53 18 165 4C 2B
Octal 301 32 41 0 127 123 30 545 114 53
Binary 11000001 11010 100001 0 1010111 1010011 11000 101100101 1001100 101011

Color Harmonies of #C11A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A21

Black with #C11A21

Text Example


Text Example

White with #C11A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A21; }

 p { color: rgb(193,26,33); }

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

background-color css

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

 a { background-color: rgb(193,26,33); }

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

border-color css

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

 span { border-color: rgb(193,26,33); }

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