Html Css Color HEX #C61718 Fire Engine Red

📋 copy color: '#C61718'

red 198 ◦ green 23 ◦ blue 24

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

Shades of Fire Engine Red #C61718

Tints of Fire Engine Red #C61718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 80.82%
G = 9.39%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61718 (or 0xC61718) is known color: Fire Engine Red. HEX triplet: C6, 17 and 18. RGB value is (198,23,24). Sum of RGB (Red+Green+Blue) = 198+23+24=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C61718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61718 is #39E8E7. Grayscale: #4B4B4B. Windows color (decimal): -3795176 or 1578950. OLE color: 1578950.

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

Color convert

RGB 198 23 24 -
CMYK 0 0.88 0.88 0.22
HSL 359.66º 0.79% 0.43% -
HSV(B) 359.66º 0.88% 0.78% -
XYZ 23.76 12.68 2.06 -
YUV 75.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 198 23 24 0 0.88 0.88 0.22 359.66 0.79 0.43
Hex C6 17 18 0 58 58 16 168 4F 2B
Octal 306 27 30 0 130 130 26 550 117 53
Binary 11000110 10111 11000 0 1011000 1011000 10110 101101000 1001111 101011

Color Harmonies of #C61718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61718

Black with #C61718

Text Example


Text Example

White with #C61718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61718; }

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

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

background-color css

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

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

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

border-color css

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

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

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