Html Css Color HEX #C61520 Fire Engine Red

📋 copy color: '#C61520'

red 198 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #C61520

Tints of Fire Engine Red #C61520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 78.88%
G = 8.37%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C61520 (or 0xC61520) is known color: Fire Engine Red. HEX triplet: C6, 15 and 20. RGB value is (198,21,32). Sum of RGB (Red+Green+Blue) = 198+21+32=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C61520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61520 is #39EADF. Grayscale: #4B4B4B. Windows color (decimal): -3795680 or 2102726. OLE color: 2102726.

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

Color convert

RGB 198 21 32 -
CMYK 0 0.89 0.84 0.22
HSL 356.27º 0.81% 0.43% -
HSV(B) 356.27º 0.89% 0.78% -
XYZ 23.82 12.65 2.55 -
YUV 75.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 198 21 32 0 0.89 0.84 0.22 356.27 0.81 0.43
Hex C6 15 20 0 59 54 16 164 51 2B
Octal 306 25 40 0 131 124 26 544 121 53
Binary 11000110 10101 100000 0 1011001 1010100 10110 101100100 1010001 101011

Color Harmonies of #C61520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61520

Black with #C61520

Text Example


Text Example

White with #C61520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61520; }

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

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

background-color css

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

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

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

border-color css

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

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

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