Html Css Color HEX #C61A2C Fire Engine Red

📋 copy color: '#C61A2C'

red 198 ◦ green 26 ◦ blue 44

#C61A2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #C61A2C

Tints of Fire Engine Red #C61A2C

RGB

 RED value IS 198 (77.73% from 255) = 73.88%

 GREEN value IS 26 (10.55% from 255) = 9.7%

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 73.88%
G = 9.7%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C61A2C (or 0xC61A2C) is known color: Fire Engine Red. HEX triplet: C6, 1A and 2C. RGB value is (198,26,44). Sum of RGB (Red+Green+Blue) = 198+26+44=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A2C is #39E5D3. Grayscale: #4F4F4F. Windows color (decimal): -3794388 or 2890438. OLE color: 2890438.

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

Color convert

RGB 198 26 44 -
CMYK 0 0.87 0.78 0.22
HSL 353.72º 0.77% 0.44% -
HSV(B) 353.72º 0.87% 0.78% -
XYZ 24.11 12.93 3.61 -
YUV 79.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 198 26 44 0 0.87 0.78 0.22 353.72 0.77 0.44
Hex C6 1A 2C 0 57 4E 16 162 4D 2C
Octal 306 32 54 0 127 116 26 542 115 54
Binary 11000110 11010 101100 0 1010111 1001110 10110 101100010 1001101 101100

Color Harmonies of #C61A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A2C

Black with #C61A2C

Text Example


Text Example

White with #C61A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A2C; }

 p { color: rgb(198,26,44); }

 H1.HeaderClassName
 {
   color: #C61A2C;
 }
 .AnyTagClassName
 {
   color: #C61A2C;
 }
</style>

background-color css

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

 a { background-color: rgb(198,26,44); }

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

border-color css

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

 span { border-color: rgb(198,26,44); }

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