Html Css Color HEX #F5100C Red

📋 copy color: '#F5100C'

red 245 ◦ green 16 ◦ blue 12

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

Shades of Red #F5100C

Tints of Red #F5100C

RGB

 RED value IS 245 (96.09% from 255) = 89.74%

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

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 89.74%
G = 5.86%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5100C (or 0xF5100C) is known color: Red. HEX triplet: F5, 10 and 0C. RGB value is (245,16,12). Sum of RGB (Red+Green+Blue) = 245+16+12=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F5100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5100C is #0AEFF3. Grayscale: #545454. Windows color (decimal): -716788 or 790773. OLE color: 790773.

HSL color Cylindrical-coordinate representation of color #F5100C: hue angle of 1.03º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 16 12 -
CMYK 0 0.93 0.95 0.04
HSL 1.03º 0.92% 0.5% -
HSV(B) 1.03º 0.95% 0.96% -
XYZ 37.91 19.81 2.17 -
YUV 84.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 245 16 12 0 0.93 0.95 0.04 1.03 0.92 0.5
Hex F5 10 C 0 5D 5F 4 1 5C 32
Octal 365 20 14 0 135 137 4 1 134 62
Binary 11110101 10000 1100 0 1011101 1011111 100 1 1011100 110010

Color Harmonies of #F5100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5100C

Black with #F5100C

Text Example


Text Example

White with #F5100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5100C; }

 p { color: rgb(245,16,12); }

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

background-color css

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

 a { background-color: rgb(245,16,12); }

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

border-color css

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

 span { border-color: rgb(245,16,12); }

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