Html Css Color HEX #C6172C Fire Engine Red

📋 copy color: '#C6172C'

red 198 ◦ green 23 ◦ blue 44

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

Shades of Fire Engine Red #C6172C

Tints of Fire Engine Red #C6172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 74.72%
G = 8.68%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6172C (or 0xC6172C) is known color: Fire Engine Red. HEX triplet: C6, 17 and 2C. RGB value is (198,23,44). Sum of RGB (Red+Green+Blue) = 198+23+44=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6172C is #39E8D3. Grayscale: #4D4D4D. Windows color (decimal): -3795156 or 2889670. OLE color: 2889670.

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

Color convert

RGB 198 23 44 -
CMYK 0 0.88 0.78 0.22
HSL 352.8º 0.79% 0.43% -
HSV(B) 352.8º 0.88% 0.78% -
XYZ 24.05 12.8 3.59 -
YUV 77.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 198 23 44 0 0.88 0.78 0.22 352.8 0.79 0.43
Hex C6 17 2C 0 58 4E 16 161 4F 2B
Octal 306 27 54 0 130 116 26 541 117 53
Binary 11000110 10111 101100 0 1011000 1001110 10110 101100001 1001111 101011

Color Harmonies of #C6172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6172C

Black with #C6172C

Text Example


Text Example

White with #C6172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6172C; }

 p { color: rgb(198,23,44); }

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

background-color css

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

 a { background-color: rgb(198,23,44); }

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

border-color css

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

 span { border-color: rgb(198,23,44); }

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