Html Css Color HEX #C51920 Fire Engine Red

📋 copy color: '#C51920'

red 197 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #C51920

Tints of Fire Engine Red #C51920

RGB

 RED value IS 197 (77.34% from 255) = 77.56%

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

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

R = 77.56%
G = 9.84%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C51920 (or 0xC51920) is known color: Fire Engine Red. HEX triplet: C5, 19 and 20. RGB value is (197,25,32). Sum of RGB (Red+Green+Blue) = 197+25+32=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C51920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51920 is #3AE6DF. Grayscale: #4D4D4D. Windows color (decimal): -3860192 or 2103749. OLE color: 2103749.

HSL color Cylindrical-coordinate representation of color #C51920: hue angle of 357.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51920 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 32 -
CMYK 0 0.87 0.84 0.23
HSL 357.56º 0.77% 0.44% -
HSV(B) 357.56º 0.87% 0.77% -
XYZ 23.63 12.67 2.57 -
YUV 77.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 197 25 32 0 0.87 0.84 0.23 357.56 0.77 0.44
Hex C5 19 20 0 57 54 17 166 4D 2C
Octal 305 31 40 0 127 124 27 546 115 54
Binary 11000101 11001 100000 0 1010111 1010100 10111 101100110 1001101 101100

Color Harmonies of #C51920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51920

Black with #C51920

Text Example


Text Example

White with #C51920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51920; }

 p { color: rgb(197,25,32); }

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

background-color css

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

 a { background-color: rgb(197,25,32); }

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

border-color css

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

 span { border-color: rgb(197,25,32); }

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