Html Css Color HEX #C61318 Fire Engine Red

📋 copy color: '#C61318'

red 198 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #C61318

Tints of Fire Engine Red #C61318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 82.16%
G = 7.88%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61318 (or 0xC61318) is known color: Fire Engine Red. HEX triplet: C6, 13 and 18. RGB value is (198,19,24). Sum of RGB (Red+Green+Blue) = 198+19+24=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61318 is #39ECE7. Grayscale: #494949. Windows color (decimal): -3796200 or 1577926. OLE color: 1577926.

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

Color convert

RGB 198 19 24 -
CMYK 0 0.90 0.88 0.22
HSL 358.32º 0.82% 0.43% -
HSV(B) 358.32º 0.9% 0.78% -
XYZ 23.69 12.54 2.04 -
YUV 73.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 198 19 24 0 0.90 0.88 0.22 358.32 0.82 0.43
Hex C6 13 18 0 5A 58 16 166 52 2B
Octal 306 23 30 0 132 130 26 546 122 53
Binary 11000110 10011 11000 0 1011010 1011000 10110 101100110 1010010 101011

Color Harmonies of #C61318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61318

Black with #C61318

Text Example


Text Example

White with #C61318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61318; }

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

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

background-color css

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

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

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

border-color css

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

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

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