Html Css Color HEX #C51A25 Fire Engine Red

📋 copy color: '#C51A25'

red 197 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #C51A25

Tints of Fire Engine Red #C51A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 75.77%
G = 10%
B = 14.23%

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

#C51A25 (or 0xC51A25) is known color: Fire Engine Red. HEX triplet: C5, 1A and 25. RGB value is (197,26,37). Sum of RGB (Red+Green+Blue) = 197+26+37=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A25 is #3AE5DA. Grayscale: #4E4E4E. Windows color (decimal): -3859931 or 2431685. OLE color: 2431685.

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

Color convert

RGB 197 26 37 -
CMYK 0 0.87 0.81 0.23
HSL 356.14º 0.77% 0.44% -
HSV(B) 356.14º 0.87% 0.77% -
XYZ 23.73 12.74 2.96 -
YUV 78.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 197 26 37 0 0.87 0.81 0.23 356.14 0.77 0.44
Hex C5 1A 25 0 57 51 17 164 4D 2C
Octal 305 32 45 0 127 121 27 544 115 54
Binary 11000101 11010 100101 0 1010111 1010001 10111 101100100 1001101 101100

Color Harmonies of #C51A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A25

Black with #C51A25

Text Example


Text Example

White with #C51A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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