Html Css Color HEX #F11907 Scarlet

📋 copy color: '#F11907'

red 241 ◦ green 25 ◦ blue 7

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

Shades of Scarlet #F11907

Tints of Scarlet #F11907

RGB

 RED value IS 241 (94.53% from 255) = 88.28%

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 88.28%
G = 9.16%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F11907 (or 0xF11907) is known color: Scarlet. HEX triplet: F1, 19 and 07. RGB value is (241,25,7). Sum of RGB (Red+Green+Blue) = 241+25+7=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F11907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11907 is #0EE6F8. Grayscale: #575757. Windows color (decimal): -976633 or 465393. OLE color: 465393.

HSL color Cylindrical-coordinate representation of color #F11907: hue angle of 4.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F11907 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 7 -
CMYK 0 0.90 0.97 0.05
HSL 4.62º 0.94% 0.49% -
HSV(B) 4.62º 0.97% 0.95% -
XYZ 36.66 19.41 2.02 -
YUV 87.53 82.56 237.46 -
System Red Green Blue C M Y K H S L
Decimal 241 25 7 0 0.90 0.97 0.05 4.62 0.94 0.49
Hex F1 19 7 0 5A 61 5 5 5E 31
Octal 361 31 7 0 132 141 5 5 136 61
Binary 11110001 11001 111 0 1011010 1100001 101 101 1011110 110001

Color Harmonies of #F11907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11907

Black with #F11907

Text Example


Text Example

White with #F11907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11907; }

 p { color: rgb(241,25,7); }

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

background-color css

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

 a { background-color: rgb(241,25,7); }

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

border-color css

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

 span { border-color: rgb(241,25,7); }

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