Html Css Color HEX #F11600 Scarlet

📋 copy color: '#F11600'

red 241 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #F11600

Tints of Scarlet #F11600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.63%
G = 8.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F11600 (or 0xF11600) is known color: Scarlet. HEX triplet: F1, 16 and 00. RGB value is (241,22,0). Sum of RGB (Red+Green+Blue) = 241+22+0=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F11600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11600 is #0EE9FF. Grayscale: #555555. Windows color (decimal): -977408 or 5873. OLE color: 5873.

HSL color Cylindrical-coordinate representation of color #F11600: hue angle of 5.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 22 0 -
CMYK 0 0.91 1 0.05
HSL 5.48º 1% 0.47% -
HSV(B) 5.48º 1% 0.95% -
XYZ 36.56 19.27 1.79 -
YUV 84.97 80.05 239.29 -
System Red Green Blue C M Y K H S L
Decimal 241 22 0 0 0.91 1 0.05 5.48 1 0.47
Hex F1 16 0 0 5B 64 5 5 64 2F
Octal 361 26 0 0 133 144 5 5 144 57
Binary 11110001 10110 0 0 1011011 1100100 101 101 1100100 101111

Color Harmonies of #F11600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11600

Black with #F11600

Text Example


Text Example

White with #F11600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11600; }

 p { color: rgb(241,22,0); }

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

background-color css

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

 a { background-color: rgb(241,22,0); }

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

border-color css

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

 span { border-color: rgb(241,22,0); }

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