Html Css Color HEX #C5141F Fire Engine Red

📋 copy color: '#C5141F'

red 197 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #C5141F

Tints of Fire Engine Red #C5141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 79.44%
G = 8.06%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5141F (or 0xC5141F) is known color: Fire Engine Red. HEX triplet: C5, 14 and 1F. RGB value is (197,20,31). Sum of RGB (Red+Green+Blue) = 197+20+31=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5141F is #3AEBE0. Grayscale: #4A4A4A. Windows color (decimal): -3861473 or 2036933. OLE color: 2036933.

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

Color convert

RGB 197 20 31 -
CMYK 0 0.90 0.84 0.23
HSL 356.27º 0.82% 0.43% -
HSV(B) 356.27º 0.9% 0.77% -
XYZ 23.52 12.47 2.46 -
YUV 74.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 197 20 31 0 0.90 0.84 0.23 356.27 0.82 0.43
Hex C5 14 1F 0 5A 54 17 164 52 2B
Octal 305 24 37 0 132 124 27 544 122 53
Binary 11000101 10100 11111 0 1011010 1010100 10111 101100100 1010010 101011

Color Harmonies of #C5141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5141F

Black with #C5141F

Text Example


Text Example

White with #C5141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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