Html Css Color HEX #F0241F Scarlet

📋 copy color: '#F0241F'

red 240 ◦ green 36 ◦ blue 31

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

Shades of Scarlet #F0241F

Tints of Scarlet #F0241F

RGB

 RED value IS 240 (94.14% from 255) = 78.18%

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

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

R = 78.18%
G = 11.73%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0241F (or 0xF0241F) is known color: Scarlet. HEX triplet: F0, 24 and 1F. RGB value is (240,36,31). Sum of RGB (Red+Green+Blue) = 240+36+31=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0241F is #0FDBE0. Grayscale: #606060. Windows color (decimal): -1039329 or 2041072. OLE color: 2041072.

HSL color Cylindrical-coordinate representation of color #F0241F: hue angle of 1.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0241F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 31 -
CMYK 0 0.85 0.87 0.06
HSL 1.44º 0.87% 0.53% -
HSV(B) 1.44º 0.87% 0.94% -
XYZ 36.81 19.89 3.19 -
YUV 96.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 240 36 31 0 0.85 0.87 0.06 1.44 0.87 0.53
Hex F0 24 1F 0 55 57 6 1 57 35
Octal 360 44 37 0 125 127 6 1 127 65
Binary 11110000 100100 11111 0 1010101 1010111 110 1 1010111 110101

Color Harmonies of #F0241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0241F

Black with #F0241F

Text Example


Text Example

White with #F0241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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