Html Css Color HEX #C51A26 Fire Engine Red

📋 copy color: '#C51A26'

red 197 ◦ green 26 ◦ blue 38

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

Shades of Fire Engine Red #C51A26

Tints of Fire Engine Red #C51A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 75.48%
G = 9.96%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C51A26 (or 0xC51A26) is known color: Fire Engine Red. HEX triplet: C5, 1A and 26. RGB value is (197,26,38). Sum of RGB (Red+Green+Blue) = 197+26+38=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A26 is #3AE5D9. Grayscale: #4E4E4E. Windows color (decimal): -3859930 or 2497221. OLE color: 2497221.

HSL color Cylindrical-coordinate representation of color #C51A26: hue angle of 355.79º 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 #C51A26 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 38 -
CMYK 0 0.87 0.81 0.23
HSL 355.79º 0.77% 0.44% -
HSV(B) 355.79º 0.87% 0.77% -
XYZ 23.75 12.75 3.04 -
YUV 78.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 197 26 38 0 0.87 0.81 0.23 355.79 0.77 0.44
Hex C5 1A 26 0 57 51 17 164 4D 2C
Octal 305 32 46 0 127 121 27 544 115 54
Binary 11000101 11010 100110 0 1010111 1010001 10111 101100100 1001101 101100

Color Harmonies of #C51A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A26

Black with #C51A26

Text Example


Text Example

White with #C51A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A26; }

 p { color: rgb(197,26,38); }

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

background-color css

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

 a { background-color: rgb(197,26,38); }

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

border-color css

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

 span { border-color: rgb(197,26,38); }

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