Html Css Color HEX #C6181A Fire Engine Red

📋 copy color: '#C6181A'

red 198 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #C6181A

Tints of Fire Engine Red #C6181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 79.84%
G = 9.68%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6181A (or 0xC6181A) is known color: Fire Engine Red. HEX triplet: C6, 18 and 1A. RGB value is (198,24,26). Sum of RGB (Red+Green+Blue) = 198+24+26=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6181A is #39E7E5. Grayscale: #4C4C4C. Windows color (decimal): -3794918 or 1710278. OLE color: 1710278.

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

Color convert

RGB 198 24 26 -
CMYK 0 0.88 0.87 0.22
HSL 359.31º 0.78% 0.44% -
HSV(B) 359.31º 0.88% 0.78% -
XYZ 23.8 12.73 2.18 -
YUV 76.25 99.65 214.84 -
System Red Green Blue C M Y K H S L
Decimal 198 24 26 0 0.88 0.87 0.22 359.31 0.78 0.44
Hex C6 18 1A 0 58 57 16 167 4E 2C
Octal 306 30 32 0 130 127 26 547 116 54
Binary 11000110 11000 11010 0 1011000 1010111 10110 101100111 1001110 101100

Color Harmonies of #C6181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6181A

Black with #C6181A

Text Example


Text Example

White with #C6181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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