#C21A25

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

Shades of Fire Engine Red #C21A25

Tints of Fire Engine Red #C21A25

Color information

#C21A25 (or 0xC21A25) is unknown color: approx Fire Engine Red. HEX triplet: C2, 1A and 25. RGB value is (194,26,37). Sum of RGB (Red+Green+Blue) = 194+26+37=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21A25 is #3DE5DA. Grayscale: #4D4D4D. Windows color (decimal): -4056539 or 2431682. OLE color: 2431682.

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

Color convert

RGB1942637-
CMYK00.870.810.24
HSL356.07º76.36%43.14%-
HSV(B)356.07º86.6%76.08%-
XYZ22.9512.342.92-
YUV77.49105.16211.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.49%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=75.49%
G=10.12%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194263700.870.810.24356.0776.3643.14
HexC21A2505751181644c2b
Octal302324501271213054411453
Binary1100001011010100101010101111010001110001011001001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A25; }

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

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

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

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

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

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

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

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