Html Css Color HEX #C51128 Fire Engine Red

📋 copy color: '#C51128'

red 197 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #C51128

Tints of Fire Engine Red #C51128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 77.56%
G = 6.69%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C51128 (or 0xC51128) is known color: Fire Engine Red. HEX triplet: C5, 11 and 28. RGB value is (197,17,40). Sum of RGB (Red+Green+Blue) = 197+17+40=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C51128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51128 is #3AEED7. Grayscale: #494949. Windows color (decimal): -3862232 or 2625989. OLE color: 2625989.

HSL color Cylindrical-coordinate representation of color #C51128: hue angle of 352.33º degrees, saturation: 0.84, 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 #C51128 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 40 -
CMYK 0 0.91 0.80 0.23
HSL 352.33º 0.84% 0.42% -
HSV(B) 352.33º 0.91% 0.77% -
XYZ 23.61 12.42 3.16 -
YUV 73.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 197 17 40 0 0.91 0.80 0.23 352.33 0.84 0.42
Hex C5 11 28 0 5B 50 17 160 54 2A
Octal 305 21 50 0 133 120 27 540 124 52
Binary 11000101 10001 101000 0 1011011 1010000 10111 101100000 1010100 101010

Color Harmonies of #C51128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51128

Black with #C51128

Text Example


Text Example

White with #C51128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51128; }

 p { color: rgb(197,17,40); }

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

background-color css

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

 a { background-color: rgb(197,17,40); }

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

border-color css

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

 span { border-color: rgb(197,17,40); }

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