Html Css Color HEX #C5102C Fire Engine Red

📋 copy color: '#C5102C'

red 197 ◦ green 16 ◦ blue 44

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

Shades of Fire Engine Red #C5102C

Tints of Fire Engine Red #C5102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 76.65%
G = 6.23%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5102C (or 0xC5102C) is known color: Fire Engine Red. HEX triplet: C5, 10 and 2C. RGB value is (197,16,44). Sum of RGB (Red+Green+Blue) = 197+16+44=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C5102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5102C is #3AEFD3. Grayscale: #494949. Windows color (decimal): -3862484 or 2887877. OLE color: 2887877.

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

Color convert

RGB 197 16 44 -
CMYK 0 0.92 0.78 0.23
HSL 350.72º 0.85% 0.42% -
HSV(B) 350.72º 0.92% 0.77% -
XYZ 23.67 12.42 3.53 -
YUV 73.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 197 16 44 0 0.92 0.78 0.23 350.72 0.85 0.42
Hex C5 10 2C 0 5C 4E 17 15F 55 2A
Octal 305 20 54 0 134 116 27 537 125 52
Binary 11000101 10000 101100 0 1011100 1001110 10111 101011111 1010101 101010

Color Harmonies of #C5102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5102C

Black with #C5102C

Text Example


Text Example

White with #C5102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5102C; }

 p { color: rgb(197,16,44); }

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

background-color css

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

 a { background-color: rgb(197,16,44); }

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

border-color css

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

 span { border-color: rgb(197,16,44); }

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