Html Css Color HEX #F5271A Scarlet

📋 copy color: '#F5271A'

red 245 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #F5271A

Tints of Scarlet #F5271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 79.03%
G = 12.58%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5271A (or 0xF5271A) is known color: Scarlet. HEX triplet: F5, 27 and 1A. RGB value is (245,39,26). Sum of RGB (Red+Green+Blue) = 245+39+26=310 (41% of max value = 765). Red value is 245 (96.09% from 255 or 79.03% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271A is #0AD8E5. Grayscale: #636363. Windows color (decimal): -710886 or 1714165. OLE color: 1714165.

HSL color Cylindrical-coordinate representation of color #F5271A: hue angle of 3.56º 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 #F5271A is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 39 26 -
CMYK 0 0.84 0.89 0.04
HSL 3.56º 0.92% 0.53% -
HSV(B) 3.56º 0.89% 0.96% -
XYZ 38.57 20.94 2.99 -
YUV 99.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 245 39 26 0 0.84 0.89 0.04 3.56 0.92 0.53
Hex F5 27 1A 0 54 59 4 4 5C 35
Octal 365 47 32 0 124 131 4 4 134 65
Binary 11110101 100111 11010 0 1010100 1011001 100 100 1011100 110101

Color Harmonies of #F5271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5271A

Black with #F5271A

Text Example


Text Example

White with #F5271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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