#C61B21

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

Shades of Fire Engine Red #C61B21

Tints of Fire Engine Red #C61B21

Color information

#C61B21 (or 0xC61B21) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1B and 21. RGB value is (198,27,33). Sum of RGB (Red+Green+Blue) = 198+27+33=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B21 is #39E4DE. Grayscale: #4E4E4E. Windows color (decimal): -3794143 or 2169798. OLE color: 2169798.

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

Color convert

RGB1982733-
CMYK00.860.830.22
HSL357.89º76%44.12%-
HSV(B)357.89º86.36%77.65%-
XYZ23.9612.92.67-
YUV78.81102.15213.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.74%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=76.74%
G=10.47%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198273300.860.830.22357.897644.12
HexC61B2105653161664c2c
Octal306334101261232654611454
Binary1100011011011100001010101101010011101101011001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B21; }

 p { color: rgb(198,27,33); }

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

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

 a { background-color: rgb(198,27,33); }

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

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

 span { border-color: rgb(198,27,33); }

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