Html Css Color HEX #F11F1E Scarlet

📋 copy color: '#F11F1E'

red 241 ◦ green 31 ◦ blue 30

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

Shades of Scarlet #F11F1E

Tints of Scarlet #F11F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 79.8%
G = 10.26%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F11F1E (or 0xF11F1E) is known color: Scarlet. HEX triplet: F1, 1F and 1E. RGB value is (241,31,30). Sum of RGB (Red+Green+Blue) = 241+31+30=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F1E is #0EE0E1. Grayscale: #5D5D5D. Windows color (decimal): -975074 or 1974257. OLE color: 1974257.

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

Color convert

RGB 241 31 30 -
CMYK 0 0.87 0.88 0.05
HSL 0.28º 0.88% 0.53% -
HSV(B) 0.28º 0.88% 0.95% -
XYZ 37 19.77 3.1 -
YUV 93.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 241 31 30 0 0.87 0.88 0.05 0.28 0.88 0.53
Hex F1 1F 1E 0 57 58 5 0 58 35
Octal 361 37 36 0 127 130 5 0 130 65
Binary 11110001 11111 11110 0 1010111 1011000 101 0 1011000 110101

Color Harmonies of #F11F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11F1E

Black with #F11F1E

Text Example


Text Example

White with #F11F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11F1E; }

 p { color: rgb(241,31,30); }

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

background-color css

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

 a { background-color: rgb(241,31,30); }

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

border-color css

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

 span { border-color: rgb(241,31,30); }

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