Html Css Color HEX #C61126 Fire Engine Red

📋 copy color: '#C61126'

red 198 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #C61126

Tints of Fire Engine Red #C61126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 78.26%
G = 6.72%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C61126 (or 0xC61126) is known color: Fire Engine Red. HEX triplet: C6, 11 and 26. RGB value is (198,17,38). Sum of RGB (Red+Green+Blue) = 198+17+38=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C61126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61126 is #39EED9. Grayscale: #494949. Windows color (decimal): -3796698 or 2494918. OLE color: 2494918.

HSL color Cylindrical-coordinate representation of color #C61126: hue angle of 353.04º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61126 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 38 -
CMYK 0 0.91 0.81 0.22
HSL 353.04º 0.84% 0.42% -
HSV(B) 353.04º 0.91% 0.78% -
XYZ 23.84 12.55 3 -
YUV 73.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 198 17 38 0 0.91 0.81 0.22 353.04 0.84 0.42
Hex C6 11 26 0 5B 51 16 161 54 2A
Octal 306 21 46 0 133 121 26 541 124 52
Binary 11000110 10001 100110 0 1011011 1010001 10110 101100001 1010100 101010

Color Harmonies of #C61126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61126

Black with #C61126

Text Example


Text Example

White with #C61126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61126; }

 p { color: rgb(198,17,38); }

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

background-color css

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

 a { background-color: rgb(198,17,38); }

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

border-color css

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

 span { border-color: rgb(198,17,38); }

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