Html Css Color HEX #C61020 Fire Engine Red

📋 copy color: '#C61020'

red 198 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #C61020

Tints of Fire Engine Red #C61020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 80.49%
G = 6.5%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C61020 (or 0xC61020) is known color: Fire Engine Red. HEX triplet: C6, 10 and 20. RGB value is (198,16,32). Sum of RGB (Red+Green+Blue) = 198+16+32=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C61020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61020 is #39EFDF. Grayscale: #484848. Windows color (decimal): -3796960 or 2101446. OLE color: 2101446.

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

Color convert

RGB 198 16 32 -
CMYK 0 0.92 0.84 0.22
HSL 354.73º 0.85% 0.42% -
HSV(B) 354.73º 0.92% 0.78% -
XYZ 23.73 12.48 2.52 -
YUV 72.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 198 16 32 0 0.92 0.84 0.22 354.73 0.85 0.42
Hex C6 10 20 0 5C 54 16 163 55 2A
Octal 306 20 40 0 134 124 26 543 125 52
Binary 11000110 10000 100000 0 1011100 1010100 10110 101100011 1010101 101010

Color Harmonies of #C61020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61020

Black with #C61020

Text Example


Text Example

White with #C61020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61020; }

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

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

background-color css

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

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

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

border-color css

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

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

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