Html Css Color HEX #C6181B Fire Engine Red

📋 copy color: '#C6181B'

red 198 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #C6181B

Tints of Fire Engine Red #C6181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 79.52%
G = 9.64%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6181B (or 0xC6181B) is known color: Fire Engine Red. HEX triplet: C6, 18 and 1B. RGB value is (198,24,27). Sum of RGB (Red+Green+Blue) = 198+24+27=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6181B is #39E7E4. Grayscale: #4C4C4C. Windows color (decimal): -3794917 or 1775814. OLE color: 1775814.

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

Color convert

RGB 198 24 27 -
CMYK 0 0.88 0.86 0.22
HSL 358.97º 0.78% 0.44% -
HSV(B) 358.97º 0.88% 0.78% -
XYZ 23.81 12.74 2.24 -
YUV 76.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 198 24 27 0 0.88 0.86 0.22 358.97 0.78 0.44
Hex C6 18 1B 0 58 56 16 167 4E 2C
Octal 306 30 33 0 130 126 26 547 116 54
Binary 11000110 11000 11011 0 1011000 1010110 10110 101100111 1001110 101100

Color Harmonies of #C6181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6181B

Black with #C6181B

Text Example


Text Example

White with #C6181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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