Html Css Color HEX #F5241F Scarlet

📋 copy color: '#F5241F'

red 245 ◦ green 36 ◦ blue 31

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

Shades of Scarlet #F5241F

Tints of Scarlet #F5241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 78.53%
G = 11.54%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5241F (or 0xF5241F) is known color: Scarlet. HEX triplet: F5, 24 and 1F. RGB value is (245,36,31). Sum of RGB (Red+Green+Blue) = 245+36+31=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5241F is #0ADBE0. Grayscale: #626262. Windows color (decimal): -711649 or 2041077. OLE color: 2041077.

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

Color convert

RGB 245 36 31 -
CMYK 0 0.85 0.87 0.04
HSL 1.4º 0.91% 0.54% -
HSV(B) 1.4º 0.87% 0.96% -
XYZ 38.53 20.77 3.27 -
YUV 97.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 245 36 31 0 0.85 0.87 0.04 1.4 0.91 0.54
Hex F5 24 1F 0 55 57 4 1 5B 36
Octal 365 44 37 0 125 127 4 1 133 66
Binary 11110101 100100 11111 0 1010101 1010111 100 1 1011011 110110

Color Harmonies of #F5241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5241F

Black with #F5241F

Text Example


Text Example

White with #F5241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5241F; }

 p { color: rgb(245,36,31); }

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

background-color css

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

 a { background-color: rgb(245,36,31); }

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

border-color css

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

 span { border-color: rgb(245,36,31); }

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