Html Css Color HEX #C5131E Fire Engine Red

📋 copy color: '#C5131E'

red 197 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #C5131E

Tints of Fire Engine Red #C5131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

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

R = 80.08%
G = 7.72%
B = 12.2%

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

#C5131E (or 0xC5131E) is known color: Fire Engine Red. HEX triplet: C5, 13 and 1E. RGB value is (197,19,30). Sum of RGB (Red+Green+Blue) = 197+19+30=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5131E is #3AECE1. Grayscale: #494949. Windows color (decimal): -3861730 or 1971141. OLE color: 1971141.

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

Color convert

RGB 197 19 30 -
CMYK 0 0.90 0.85 0.23
HSL 356.29º 0.82% 0.42% -
HSV(B) 356.29º 0.9% 0.77% -
XYZ 23.49 12.43 2.39 -
YUV 73.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 197 19 30 0 0.90 0.85 0.23 356.29 0.82 0.42
Hex C5 13 1E 0 5A 55 17 164 52 2A
Octal 305 23 36 0 132 125 27 544 122 52
Binary 11000101 10011 11110 0 1011010 1010101 10111 101100100 1010010 101010

Color Harmonies of #C5131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5131E

Black with #C5131E

Text Example


Text Example

White with #C5131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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