Html Css Color HEX #C61926 Fire Engine Red

📋 copy color: '#C61926'

red 198 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #C61926

Tints of Fire Engine Red #C61926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 75.86%
G = 9.58%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C61926 (or 0xC61926) is known color: Fire Engine Red. HEX triplet: C6, 19 and 26. RGB value is (198,25,38). Sum of RGB (Red+Green+Blue) = 198+25+38=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C61926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61926 is #39E6D9. Grayscale: #4E4E4E. Windows color (decimal): -3794650 or 2496966. OLE color: 2496966.

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

Color convert

RGB 198 25 38 -
CMYK 0 0.87 0.81 0.22
HSL 355.49º 0.78% 0.44% -
HSV(B) 355.49º 0.87% 0.78% -
XYZ 23.99 12.84 3.05 -
YUV 78.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 198 25 38 0 0.87 0.81 0.22 355.49 0.78 0.44
Hex C6 19 26 0 57 51 16 163 4E 2C
Octal 306 31 46 0 127 121 26 543 116 54
Binary 11000110 11001 100110 0 1010111 1010001 10110 101100011 1001110 101100

Color Harmonies of #C61926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61926

Black with #C61926

Text Example


Text Example

White with #C61926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61926; }

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

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

background-color css

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

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

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

border-color css

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

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

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