Html Css Color HEX #C61220 Fire Engine Red

📋 copy color: '#C61220'

red 198 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #C61220

Tints of Fire Engine Red #C61220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 79.84%
G = 7.26%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C61220 (or 0xC61220) is known color: Fire Engine Red. HEX triplet: C6, 12 and 20. RGB value is (198,18,32). Sum of RGB (Red+Green+Blue) = 198+18+32=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61220 is #39EDDF. Grayscale: #494949. Windows color (decimal): -3796448 or 2101958. OLE color: 2101958.

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

Color convert

RGB 198 18 32 -
CMYK 0 0.91 0.84 0.22
HSL 355.33º 0.83% 0.42% -
HSV(B) 355.33º 0.91% 0.78% -
XYZ 23.77 12.54 2.53 -
YUV 73.42 104.63 216.86 -
System Red Green Blue C M Y K H S L
Decimal 198 18 32 0 0.91 0.84 0.22 355.33 0.83 0.42
Hex C6 12 20 0 5B 54 16 163 53 2A
Octal 306 22 40 0 133 124 26 543 123 52
Binary 11000110 10010 100000 0 1011011 1010100 10110 101100011 1010011 101010

Color Harmonies of #C61220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61220

Black with #C61220

Text Example


Text Example

White with #C61220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61220; }

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

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

background-color css

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

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

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

border-color css

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

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

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