Html Css Color HEX #F5130B Red

📋 copy color: '#F5130B'

red 245 ◦ green 19 ◦ blue 11

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

Shades of Red #F5130B

Tints of Red #F5130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 89.09%
G = 6.91%
B = 4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5130B (or 0xF5130B) is known color: Red. HEX triplet: F5, 13 and 0B. RGB value is (245,19,11). Sum of RGB (Red+Green+Blue) = 245+19+11=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F5130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5130B is #0AECF4. Grayscale: #555555. Windows color (decimal): -716021 or 726005. OLE color: 726005.

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

Color convert

RGB 245 19 11 -
CMYK 0 0.92 0.96 0.04
HSL 2.05º 0.92% 0.5% -
HSV(B) 2.05º 0.96% 0.96% -
XYZ 37.95 19.9 2.16 -
YUV 85.66 85.87 241.65 -
System Red Green Blue C M Y K H S L
Decimal 245 19 11 0 0.92 0.96 0.04 2.05 0.92 0.5
Hex F5 13 B 0 5C 60 4 2 5C 32
Octal 365 23 13 0 134 140 4 2 134 62
Binary 11110101 10011 1011 0 1011100 1100000 100 10 1011100 110010

Color Harmonies of #F5130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5130B

Black with #F5130B

Text Example


Text Example

White with #F5130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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