Html Css Color HEX #C5151E Fire Engine Red

📋 copy color: '#C5151E'

red 197 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #C5151E

Tints of Fire Engine Red #C5151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 79.44%
G = 8.47%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5151E (or 0xC5151E) is known color: Fire Engine Red. HEX triplet: C5, 15 and 1E. RGB value is (197,21,30). Sum of RGB (Red+Green+Blue) = 197+21+30=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5151E is #3AEAE1. Grayscale: #4A4A4A. Windows color (decimal): -3861218 or 1971653. OLE color: 1971653.

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

Color convert

RGB 197 21 30 -
CMYK 0 0.89 0.85 0.23
HSL 356.93º 0.81% 0.43% -
HSV(B) 356.93º 0.89% 0.77% -
XYZ 23.53 12.5 2.4 -
YUV 74.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 197 21 30 0 0.89 0.85 0.23 356.93 0.81 0.43
Hex C5 15 1E 0 59 55 17 165 51 2B
Octal 305 25 36 0 131 125 27 545 121 53
Binary 11000101 10101 11110 0 1011001 1010101 10111 101100101 1010001 101011

Color Harmonies of #C5151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5151E

Black with #C5151E

Text Example


Text Example

White with #C5151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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