Html Css Color HEX #F11406 Scarlet

📋 copy color: '#F11406'

red 241 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #F11406

Tints of Scarlet #F11406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 90.26%
G = 7.49%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11406 (or 0xF11406) is known color: Scarlet. HEX triplet: F1, 14 and 06. RGB value is (241,20,6). Sum of RGB (Red+Green+Blue) = 241+20+6=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F11406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11406 is #0EEBF9. Grayscale: #545454. Windows color (decimal): -977914 or 398577. OLE color: 398577.

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

Color convert

RGB 241 20 6 -
CMYK 0 0.92 0.98 0.05
HSL 3.57º 0.95% 0.48% -
HSV(B) 3.57º 0.98% 0.95% -
XYZ 36.56 19.21 1.95 -
YUV 84.48 83.72 239.64 -
System Red Green Blue C M Y K H S L
Decimal 241 20 6 0 0.92 0.98 0.05 3.57 0.95 0.48
Hex F1 14 6 0 5C 62 5 4 5F 30
Octal 361 24 6 0 134 142 5 4 137 60
Binary 11110001 10100 110 0 1011100 1100010 101 100 1011111 110000

Color Harmonies of #F11406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11406

Black with #F11406

Text Example


Text Example

White with #F11406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11406; }

 p { color: rgb(241,20,6); }

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

background-color css

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

 a { background-color: rgb(241,20,6); }

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

border-color css

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

 span { border-color: rgb(241,20,6); }

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