Html Css Color HEX #F11700 Scarlet

📋 copy color: '#F11700'

red 241 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #F11700

Tints of Scarlet #F11700

RGB

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

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

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

R = 91.29%
G = 8.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F11700 (or 0xF11700) is known color: Scarlet. HEX triplet: F1, 17 and 00. RGB value is (241,23,0). Sum of RGB (Red+Green+Blue) = 241+23+0=264 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.29% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 241 - color contains mainly: red. Hex color #F11700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11700 is #0EE8FF. Grayscale: #555555. Windows color (decimal): -977152 or 6129. OLE color: 6129.

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

Color convert

RGB 241 23 0 -
CMYK 0 0.90 1 0.05
HSL 5.73º 1% 0.47% -
HSV(B) 5.73º 1% 0.95% -
XYZ 36.58 19.31 1.8 -
YUV 85.56 79.72 238.87 -
System Red Green Blue C M Y K H S L
Decimal 241 23 0 0 0.90 1 0.05 5.73 1 0.47
Hex F1 17 0 0 5A 64 5 6 64 2F
Octal 361 27 0 0 132 144 5 6 144 57
Binary 11110001 10111 0 0 1011010 1100100 101 110 1100100 101111

Color Harmonies of #F11700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11700

Black with #F11700

Text Example


Text Example

White with #F11700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11700; }

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

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

background-color css

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

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

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

border-color css

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

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

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