Html Css Color HEX #F5291A Scarlet

📋 copy color: '#F5291A'

red 245 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #F5291A

Tints of Scarlet #F5291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 78.53%
G = 13.14%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5291A (or 0xF5291A) is known color: Scarlet. HEX triplet: F5, 29 and 1A. RGB value is (245,41,26). Sum of RGB (Red+Green+Blue) = 245+41+26=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5291A is #0AD6E5. Grayscale: #646464. Windows color (decimal): -710374 or 1714677. OLE color: 1714677.

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

Color convert

RGB 245 41 26 -
CMYK 0 0.83 0.89 0.04
HSL 4.11º 0.92% 0.53% -
HSV(B) 4.11º 0.89% 0.96% -
XYZ 38.64 21.07 3.01 -
YUV 100.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 245 41 26 0 0.83 0.89 0.04 4.11 0.92 0.53
Hex F5 29 1A 0 53 59 4 4 5C 35
Octal 365 51 32 0 123 131 4 4 134 65
Binary 11110101 101001 11010 0 1010011 1011001 100 100 1011100 110101

Color Harmonies of #F5291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5291A

Black with #F5291A

Text Example


Text Example

White with #F5291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5291A; }

 p { color: rgb(245,41,26); }

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

background-color css

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

 a { background-color: rgb(245,41,26); }

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

border-color css

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

 span { border-color: rgb(245,41,26); }

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