#C61B2A

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

Shades of Fire Engine Red #C61B2A

Tints of Fire Engine Red #C61B2A

Color information

#C61B2A (or 0xC61B2A) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1B and 2A. RGB value is (198,27,42). Sum of RGB (Red+Green+Blue) = 198+27+42=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B2A is #39E4D5. Grayscale: #4F4F4F. Windows color (decimal): -3794134 or 2759622. OLE color: 2759622.

HSL color Cylindrical-coordinate representation of color #C61B2A: hue angle of 354.74º 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 #C61B2A is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1982742-
CMYK00.860.790.22
HSL354.74º76%44.12%-
HSV(B)354.74º86.36%77.65%-
XYZ24.112.963.42-
YUV79.84106.65212.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 74.16%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=74.16%
G=10.11%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198274200.860.790.22354.747644.12
HexC61B2A0564F161634c2c
Octal306335201261172654311454
Binary1100011011011101010010101101001111101101011000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B2A; }

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

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

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

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

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

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

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

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