Html Css Color HEX #F11800 Scarlet

📋 copy color: '#F11800'

red 241 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #F11800

Tints of Scarlet #F11800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 90.94%
G = 9.06%
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

#F11800 (or 0xF11800) is known color: Scarlet. HEX triplet: F1, 18 and 00. RGB value is (241,24,0). Sum of RGB (Red+Green+Blue) = 241+24+0=265 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.94% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 241 - color contains mainly: red. Hex color #F11800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11800 is #0EE7FF. Grayscale: #565656. Windows color (decimal): -976896 or 6385. OLE color: 6385.

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

Color convert

RGB 241 24 0 -
CMYK 0 0.90 1 0.05
HSL 5.98º 1% 0.47% -
HSV(B) 5.98º 1% 0.95% -
XYZ 36.6 19.35 1.81 -
YUV 86.15 79.39 238.45 -
System Red Green Blue C M Y K H S L
Decimal 241 24 0 0 0.90 1 0.05 5.98 1 0.47
Hex F1 18 0 0 5A 64 5 6 64 2F
Octal 361 30 0 0 132 144 5 6 144 57
Binary 11110001 11000 0 0 1011010 1100100 101 110 1100100 101111

Color Harmonies of #F11800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11800

Black with #F11800

Text Example


Text Example

White with #F11800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11800; }

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

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

background-color css

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

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

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

border-color css

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

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

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