Html Css Color HEX #C61229 Fire Engine Red

📋 copy color: '#C61229'

red 198 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #C61229

Tints of Fire Engine Red #C61229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 77.04%
G = 7%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C61229 (or 0xC61229) is known color: Fire Engine Red. HEX triplet: C6, 12 and 29. RGB value is (198,18,41). Sum of RGB (Red+Green+Blue) = 198+18+41=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C61229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61229 is #39EDD6. Grayscale: #4A4A4A. Windows color (decimal): -3796439 or 2691782. OLE color: 2691782.

HSL color Cylindrical-coordinate representation of color #C61229: hue angle of 352.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61229 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 18 41 -
CMYK 0 0.91 0.79 0.22
HSL 352.33º 0.83% 0.42% -
HSV(B) 352.33º 0.91% 0.78% -
XYZ 23.91 12.6 3.27 -
YUV 74.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 198 18 41 0 0.91 0.79 0.22 352.33 0.83 0.42
Hex C6 12 29 0 5B 4F 16 160 53 2A
Octal 306 22 51 0 133 117 26 540 123 52
Binary 11000110 10010 101001 0 1011011 1001111 10110 101100000 1010011 101010

Color Harmonies of #C61229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61229

Black with #C61229

Text Example


Text Example

White with #C61229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61229; }

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

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

background-color css

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

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

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

border-color css

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

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

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