Html Css Color HEX #F5271C Scarlet

📋 copy color: '#F5271C'

red 245 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #F5271C

Tints of Scarlet #F5271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 78.53%
G = 12.5%
B = 8.97%

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

#F5271C (or 0xF5271C) is known color: Scarlet. HEX triplet: F5, 27 and 1C. RGB value is (245,39,28). Sum of RGB (Red+Green+Blue) = 245+39+28=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5271C is #0AD8E3. Grayscale: #636363. Windows color (decimal): -710884 or 1845237. OLE color: 1845237.

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

Color convert

RGB 245 39 28 -
CMYK 0 0.84 0.89 0.04
HSL 3.04º 0.92% 0.54% -
HSV(B) 3.04º 0.89% 0.96% -
XYZ 38.59 20.95 3.11 -
YUV 99.34 87.75 231.89 -
System Red Green Blue C M Y K H S L
Decimal 245 39 28 0 0.84 0.89 0.04 3.04 0.92 0.54
Hex F5 27 1C 0 54 59 4 3 5C 36
Octal 365 47 34 0 124 131 4 3 134 66
Binary 11110101 100111 11100 0 1010100 1011001 100 11 1011100 110110

Color Harmonies of #F5271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5271C

Black with #F5271C

Text Example


Text Example

White with #F5271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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