Html Css Color HEX #C6172B Fire Engine Red

📋 copy color: '#C6172B'

red 198 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #C6172B

Tints of Fire Engine Red #C6172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 75%
G = 8.71%
B = 16.29%

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

#C6172B (or 0xC6172B) is known color: Fire Engine Red. HEX triplet: C6, 17 and 2B. RGB value is (198,23,43). Sum of RGB (Red+Green+Blue) = 198+23+43=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6172B is #39E8D4. Grayscale: #4D4D4D. Windows color (decimal): -3795157 or 2824134. OLE color: 2824134.

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

Color convert

RGB 198 23 43 -
CMYK 0 0.88 0.78 0.22
HSL 353.14º 0.79% 0.43% -
HSV(B) 353.14º 0.88% 0.78% -
XYZ 24.03 12.79 3.49 -
YUV 77.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 198 23 43 0 0.88 0.78 0.22 353.14 0.79 0.43
Hex C6 17 2B 0 58 4E 16 161 4F 2B
Octal 306 27 53 0 130 116 26 541 117 53
Binary 11000110 10111 101011 0 1011000 1001110 10110 101100001 1001111 101011

Color Harmonies of #C6172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6172B

Black with #C6172B

Text Example


Text Example

White with #C6172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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