Html Css Color HEX #F11506 Scarlet

📋 copy color: '#F11506'

red 241 ◦ green 21 ◦ blue 6

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

Shades of Scarlet #F11506

Tints of Scarlet #F11506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 89.93%
G = 7.84%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11506 (or 0xF11506) is known color: Scarlet. HEX triplet: F1, 15 and 06. RGB value is (241,21,6). Sum of RGB (Red+Green+Blue) = 241+21+6=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F11506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11506 is #0EEAF9. Grayscale: #555555. Windows color (decimal): -977658 or 398833. OLE color: 398833.

HSL color Cylindrical-coordinate representation of color #F11506: hue angle of 3.83º 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 #F11506 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 21 6 -
CMYK 0 0.91 0.98 0.05
HSL 3.83º 0.95% 0.48% -
HSV(B) 3.83º 0.98% 0.95% -
XYZ 36.58 19.25 1.96 -
YUV 85.07 83.39 239.22 -
System Red Green Blue C M Y K H S L
Decimal 241 21 6 0 0.91 0.98 0.05 3.83 0.95 0.48
Hex F1 15 6 0 5B 62 5 4 5F 30
Octal 361 25 6 0 133 142 5 4 137 60
Binary 11110001 10101 110 0 1011011 1100010 101 100 1011111 110000

Color Harmonies of #F11506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11506

Black with #F11506

Text Example


Text Example

White with #F11506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11506; }

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

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

background-color css

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

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

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

border-color css

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

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

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