Html Css Color HEX #C5121A Fire Engine Red

📋 copy color: '#C5121A'

red 197 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #C5121A

Tints of Fire Engine Red #C5121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 81.74%
G = 7.47%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5121A (or 0xC5121A) is known color: Fire Engine Red. HEX triplet: C5, 12 and 1A. RGB value is (197,18,26). Sum of RGB (Red+Green+Blue) = 197+18+26=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C5121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5121A is #3AEDE5. Grayscale: #484848. Windows color (decimal): -3861990 or 1708741. OLE color: 1708741.

HSL color Cylindrical-coordinate representation of color #C5121A: hue angle of 357.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5121A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 26 -
CMYK 0 0.91 0.87 0.23
HSL 357.32º 0.83% 0.42% -
HSV(B) 357.32º 0.91% 0.77% -
XYZ 23.43 12.38 2.13 -
YUV 72.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 197 18 26 0 0.91 0.87 0.23 357.32 0.83 0.42
Hex C5 12 1A 0 5B 57 17 165 53 2A
Octal 305 22 32 0 133 127 27 545 123 52
Binary 11000101 10010 11010 0 1011011 1010111 10111 101100101 1010011 101010

Color Harmonies of #C5121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5121A

Black with #C5121A

Text Example


Text Example

White with #C5121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5121A; }

 p { color: rgb(197,18,26); }

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

background-color css

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

 a { background-color: rgb(197,18,26); }

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

border-color css

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

 span { border-color: rgb(197,18,26); }

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