Html Css Color HEX #C6121C Fire Engine Red

📋 copy color: '#C6121C'

red 198 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #C6121C

Tints of Fire Engine Red #C6121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 81.15%
G = 7.38%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6121C (or 0xC6121C) is known color: Fire Engine Red. HEX triplet: C6, 12 and 1C. RGB value is (198,18,28). Sum of RGB (Red+Green+Blue) = 198+18+28=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121C is #39EDE3. Grayscale: #494949. Windows color (decimal): -3796452 or 1839814. OLE color: 1839814.

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

Color convert

RGB 198 18 28 -
CMYK 0 0.91 0.86 0.22
HSL 356.67º 0.83% 0.42% -
HSV(B) 356.67º 0.91% 0.78% -
XYZ 23.71 12.52 2.27 -
YUV 72.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 198 18 28 0 0.91 0.86 0.22 356.67 0.83 0.42
Hex C6 12 1C 0 5B 56 16 165 53 2A
Octal 306 22 34 0 133 126 26 545 123 52
Binary 11000110 10010 11100 0 1011011 1010110 10110 101100101 1010011 101010

Color Harmonies of #C6121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6121C

Black with #C6121C

Text Example


Text Example

White with #C6121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6121C; }

 p { color: rgb(198,18,28); }

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

background-color css

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

 a { background-color: rgb(198,18,28); }

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

border-color css

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

 span { border-color: rgb(198,18,28); }

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