Html Css Color HEX #F5130E Red

📋 copy color: '#F5130E'

red 245 ◦ green 19 ◦ blue 14

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

Shades of Red #F5130E

Tints of Red #F5130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 88.13%
G = 6.83%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5130E (or 0xF5130E) is known color: Red. HEX triplet: F5, 13 and 0E. RGB value is (245,19,14). Sum of RGB (Red+Green+Blue) = 245+19+14=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F5130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5130E is #0AECF1. Grayscale: #565656. Windows color (decimal): -716018 or 922613. OLE color: 922613.

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

Color convert

RGB 245 19 14 -
CMYK 0 0.92 0.94 0.04
HSL 1.3º 0.92% 0.51% -
HSV(B) 1.3º 0.94% 0.96% -
XYZ 37.97 19.91 2.26 -
YUV 86 87.37 241.41 -
System Red Green Blue C M Y K H S L
Decimal 245 19 14 0 0.92 0.94 0.04 1.3 0.92 0.51
Hex F5 13 E 0 5C 5E 4 1 5C 33
Octal 365 23 16 0 134 136 4 1 134 63
Binary 11110101 10011 1110 0 1011100 1011110 100 1 1011100 110011

Color Harmonies of #F5130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5130E

Black with #F5130E

Text Example


Text Example

White with #F5130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5130E; }

 p { color: rgb(245,19,14); }

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

background-color css

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

 a { background-color: rgb(245,19,14); }

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

border-color css

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

 span { border-color: rgb(245,19,14); }

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