Html Css Color HEX #C6192A Fire Engine Red

📋 copy color: '#C6192A'

red 198 ◦ green 25 ◦ blue 42

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

Shades of Fire Engine Red #C6192A

Tints of Fire Engine Red #C6192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 74.72%
G = 9.43%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6192A (or 0xC6192A) is known color: Fire Engine Red. HEX triplet: C6, 19 and 2A. RGB value is (198,25,42). Sum of RGB (Red+Green+Blue) = 198+25+42=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6192A is #39E6D5. Grayscale: #4E4E4E. Windows color (decimal): -3794646 or 2759110. OLE color: 2759110.

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

Color convert

RGB 198 25 42 -
CMYK 0 0.87 0.79 0.22
HSL 354.1º 0.78% 0.44% -
HSV(B) 354.1º 0.87% 0.78% -
XYZ 24.05 12.87 3.41 -
YUV 78.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 198 25 42 0 0.87 0.79 0.22 354.1 0.78 0.44
Hex C6 19 2A 0 57 4F 16 162 4E 2C
Octal 306 31 52 0 127 117 26 542 116 54
Binary 11000110 11001 101010 0 1010111 1001111 10110 101100010 1001110 101100

Color Harmonies of #C6192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6192A

Black with #C6192A

Text Example


Text Example

White with #C6192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6192A; }

 p { color: rgb(198,25,42); }

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

background-color css

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

 a { background-color: rgb(198,25,42); }

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

border-color css

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

 span { border-color: rgb(198,25,42); }

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