#C21A26

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

Shades of Fire Engine Red #C21A26

Tints of Fire Engine Red #C21A26

Color information

#C21A26 (or 0xC21A26) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1A and 26. RGB value is (194,26,38). Sum of RGB (Red+Green+Blue) = 194+26+38=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A26 is #3DE5D9. Grayscale: #4D4D4D. Windows color (decimal): -4056538 or 2497218. OLE color: 2497218.

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

Color convert

RGB1942638-
CMYK00.870.800.24
HSL355.71º76.36%43.14%-
HSV(B)355.71º86.6%76.08%-
XYZ22.9712.353.01-
YUV77.6105.66211.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.19%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=75.19%
G=10.08%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194263800.870.800.24355.7176.3643.14
HexC21A2605750181644c2b
Octal302324601271203054411453
Binary1100001011010100110010101111010000110001011001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A26; }

 p { color: rgb(194,26,38); }

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

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

 a { background-color: rgb(194,26,38); }

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

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

 span { border-color: rgb(194,26,38); }

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