#C21B1C

Color #C21B1C Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C21B1C

Tints of Fire Engine Red #C21B1C

Color information

#C21B1C (or 0xC21B1C) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1B and 1C. RGB value is (194,27,28). Sum of RGB (Red+Green+Blue) = 194+27+28=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B1C is #3DE4E3. Grayscale: #4D4D4D. Windows color (decimal): -4056292 or 1842114. OLE color: 1842114.

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

Color convert

RGB1942728-
CMYK00.860.860.24
HSL359.64º75.57%43.33%-
HSV(B)359.64º86.08%76.08%-
XYZ22.8512.342.28-
YUV77.05100.33211.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.91%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=77.91%
G=10.84%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194272800.860.860.24359.6475.5743.33
HexC21B1C05656181684c2b
Octal302333401261263055011453
Binary110000101101111100010101101010110110001011010001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21B1C; }

 p { color: rgb(194,27,28); }

 H1.HeaderClassName
 {
   color: #C21B1C;
 }
 .AnyTagClassName
 {
   color: #C21B1C;
 }
</style>
background-color css

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

 a { background-color: rgb(194,27,28); }

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

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

 span { border-color: rgb(194,27,28); }

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