Html Css Color HEX #F11706 Scarlet

📋 copy color: '#F11706'

red 241 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #F11706

Tints of Scarlet #F11706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 89.26%
G = 8.52%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F11706 (or 0xF11706) is known color: Scarlet. HEX triplet: F1, 17 and 06. RGB value is (241,23,6). Sum of RGB (Red+Green+Blue) = 241+23+6=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F11706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11706 is #0EE8F9. Grayscale: #565656. Windows color (decimal): -977146 or 399345. OLE color: 399345.

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

Color convert

RGB 241 23 6 -
CMYK 0 0.90 0.98 0.05
HSL 4.34º 0.95% 0.48% -
HSV(B) 4.34º 0.98% 0.95% -
XYZ 36.61 19.33 1.97 -
YUV 86.24 82.72 238.38 -
System Red Green Blue C M Y K H S L
Decimal 241 23 6 0 0.90 0.98 0.05 4.34 0.95 0.48
Hex F1 17 6 0 5A 62 5 4 5F 30
Octal 361 27 6 0 132 142 5 4 137 60
Binary 11110001 10111 110 0 1011010 1100010 101 100 1011111 110000

Color Harmonies of #F11706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11706

Black with #F11706

Text Example


Text Example

White with #F11706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11706; }

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

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

background-color css

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

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

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

border-color css

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

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

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