Html Css Color HEX #C5131D Fire Engine Red

📋 copy color: '#C5131D'

red 197 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #C5131D

Tints of Fire Engine Red #C5131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 80.41%
G = 7.76%
B = 11.84%

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

#C5131D (or 0xC5131D) is known color: Fire Engine Red. HEX triplet: C5, 13 and 1D. RGB value is (197,19,29). Sum of RGB (Red+Green+Blue) = 197+19+29=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5131D is #3AECE2. Grayscale: #494949. Windows color (decimal): -3861731 or 1905605. OLE color: 1905605.

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

Color convert

RGB 197 19 29 -
CMYK 0 0.90 0.85 0.23
HSL 356.63º 0.82% 0.42% -
HSV(B) 356.63º 0.9% 0.77% -
XYZ 23.48 12.42 2.32 -
YUV 73.36 102.97 216.19 -
System Red Green Blue C M Y K H S L
Decimal 197 19 29 0 0.90 0.85 0.23 356.63 0.82 0.42
Hex C5 13 1D 0 5A 55 17 165 52 2A
Octal 305 23 35 0 132 125 27 545 122 52
Binary 11000101 10011 11101 0 1011010 1010101 10111 101100101 1010010 101010

Color Harmonies of #C5131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5131D

Black with #C5131D

Text Example


Text Example

White with #C5131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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