Html Css Color HEX #C6121E Fire Engine Red

📋 copy color: '#C6121E'

red 198 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #C6121E

Tints of Fire Engine Red #C6121E

RGB

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

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

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

R = 80.49%
G = 7.32%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6121E (or 0xC6121E) is known color: Fire Engine Red. HEX triplet: C6, 12 and 1E. RGB value is (198,18,30). Sum of RGB (Red+Green+Blue) = 198+18+30=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6121E is #39EDE1. Grayscale: #494949. Windows color (decimal): -3796450 or 1970886. OLE color: 1970886.

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

Color convert

RGB 198 18 30 -
CMYK 0 0.91 0.85 0.22
HSL 356º 0.83% 0.42% -
HSV(B) 356º 0.91% 0.78% -
XYZ 23.74 12.53 2.4 -
YUV 73.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 198 18 30 0 0.91 0.85 0.22 356 0.83 0.42
Hex C6 12 1E 0 5B 55 16 164 53 2A
Octal 306 22 36 0 133 125 26 544 123 52
Binary 11000110 10010 11110 0 1011011 1010101 10110 101100100 1010011 101010

Color Harmonies of #C6121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6121E

Black with #C6121E

Text Example


Text Example

White with #C6121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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