Html Css Color HEX #F5231F Scarlet

📋 copy color: '#F5231F'

red 245 ◦ green 35 ◦ blue 31

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

Shades of Scarlet #F5231F

Tints of Scarlet #F5231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 78.78%
G = 11.25%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5231F (or 0xF5231F) is known color: Scarlet. HEX triplet: F5, 23 and 1F. RGB value is (245,35,31). Sum of RGB (Red+Green+Blue) = 245+35+31=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5231F is #0ADCE0. Grayscale: #616161. Windows color (decimal): -711905 or 2040821. OLE color: 2040821.

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

Color convert

RGB 245 35 31 -
CMYK 0 0.86 0.87 0.04
HSL 1.12º 0.91% 0.54% -
HSV(B) 1.12º 0.87% 0.96% -
XYZ 38.5 20.71 3.27 -
YUV 97.33 90.57 233.33 -
System Red Green Blue C M Y K H S L
Decimal 245 35 31 0 0.86 0.87 0.04 1.12 0.91 0.54
Hex F5 23 1F 0 56 57 4 1 5B 36
Octal 365 43 37 0 126 127 4 1 133 66
Binary 11110101 100011 11111 0 1010110 1010111 100 1 1011011 110110

Color Harmonies of #F5231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5231F

Black with #F5231F

Text Example


Text Example

White with #F5231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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