Html Css Color HEX #C5131B Fire Engine Red

📋 copy color: '#C5131B'

red 197 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #C5131B

Tints of Fire Engine Red #C5131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 81.07%
G = 7.82%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5131B (or 0xC5131B) is known color: Fire Engine Red. HEX triplet: C5, 13 and 1B. RGB value is (197,19,27). Sum of RGB (Red+Green+Blue) = 197+19+27=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5131B is #3AECE4. Grayscale: #494949. Windows color (decimal): -3861733 or 1774533. OLE color: 1774533.

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

Color convert

RGB 197 19 27 -
CMYK 0 0.90 0.86 0.23
HSL 357.3º 0.82% 0.42% -
HSV(B) 357.3º 0.9% 0.77% -
XYZ 23.46 12.42 2.2 -
YUV 73.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 197 19 27 0 0.90 0.86 0.23 357.3 0.82 0.42
Hex C5 13 1B 0 5A 56 17 165 52 2A
Octal 305 23 33 0 132 126 27 545 122 52
Binary 11000101 10011 11011 0 1011010 1010110 10111 101100101 1010010 101010

Color Harmonies of #C5131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5131B

Black with #C5131B

Text Example


Text Example

White with #C5131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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