Html Css Color HEX #C6181E Fire Engine Red

📋 copy color: '#C6181E'

red 198 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #C6181E

Tints of Fire Engine Red #C6181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 78.57%
G = 9.52%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6181E (or 0xC6181E) is known color: Fire Engine Red. HEX triplet: C6, 18 and 1E. RGB value is (198,24,30). Sum of RGB (Red+Green+Blue) = 198+24+30=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C6181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6181E is #39E7E1. Grayscale: #4C4C4C. Windows color (decimal): -3794914 or 1972422. OLE color: 1972422.

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

Color convert

RGB 198 24 30 -
CMYK 0 0.88 0.85 0.22
HSL 357.93º 0.78% 0.44% -
HSV(B) 357.93º 0.88% 0.78% -
XYZ 23.85 12.75 2.43 -
YUV 76.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 198 24 30 0 0.88 0.85 0.22 357.93 0.78 0.44
Hex C6 18 1E 0 58 55 16 166 4E 2C
Octal 306 30 36 0 130 125 26 546 116 54
Binary 11000110 11000 11110 0 1011000 1010101 10110 101100110 1001110 101100

Color Harmonies of #C6181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6181E

Black with #C6181E

Text Example


Text Example

White with #C6181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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