Html Css Color HEX #C61929 Fire Engine Red

📋 copy color: '#C61929'

red 198 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #C61929

Tints of Fire Engine Red #C61929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 75%
G = 9.47%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C61929 (or 0xC61929) is known color: Fire Engine Red. HEX triplet: C6, 19 and 29. RGB value is (198,25,41). Sum of RGB (Red+Green+Blue) = 198+25+41=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C61929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61929 is #39E6D6. Grayscale: #4E4E4E. Windows color (decimal): -3794647 or 2693574. OLE color: 2693574.

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

Color convert

RGB 198 25 41 -
CMYK 0 0.87 0.79 0.22
HSL 354.45º 0.78% 0.44% -
HSV(B) 354.45º 0.87% 0.78% -
XYZ 24.04 12.86 3.31 -
YUV 78.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 198 25 41 0 0.87 0.79 0.22 354.45 0.78 0.44
Hex C6 19 29 0 57 4F 16 162 4E 2C
Octal 306 31 51 0 127 117 26 542 116 54
Binary 11000110 11001 101001 0 1010111 1001111 10110 101100010 1001110 101100

Color Harmonies of #C61929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61929

Black with #C61929

Text Example


Text Example

White with #C61929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61929; }

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

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

background-color css

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

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

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

border-color css

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

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

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