Html Css Color HEX #C5141E Fire Engine Red

📋 copy color: '#C5141E'

red 197 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #C5141E

Tints of Fire Engine Red #C5141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 79.76%
G = 8.1%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5141E (or 0xC5141E) is known color: Fire Engine Red. HEX triplet: C5, 14 and 1E. RGB value is (197,20,30). Sum of RGB (Red+Green+Blue) = 197+20+30=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5141E is #3AEBE1. Grayscale: #4A4A4A. Windows color (decimal): -3861474 or 1971397. OLE color: 1971397.

HSL color Cylindrical-coordinate representation of color #C5141E: hue angle of 356.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5141E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 30 -
CMYK 0 0.90 0.85 0.23
HSL 356.61º 0.82% 0.43% -
HSV(B) 356.61º 0.9% 0.77% -
XYZ 23.51 12.46 2.4 -
YUV 74.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 197 20 30 0 0.90 0.85 0.23 356.61 0.82 0.43
Hex C5 14 1E 0 5A 55 17 165 52 2B
Octal 305 24 36 0 132 125 27 545 122 53
Binary 11000101 10100 11110 0 1011010 1010101 10111 101100101 1010010 101011

Color Harmonies of #C5141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5141E

Black with #C5141E

Text Example


Text Example

White with #C5141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5141E; }

 p { color: rgb(197,20,30); }

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

background-color css

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

 a { background-color: rgb(197,20,30); }

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

border-color css

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

 span { border-color: rgb(197,20,30); }

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