Html Css Color HEX #F1150B Scarlet

📋 copy color: '#F1150B'

red 241 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #F1150B

Tints of Scarlet #F1150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 88.28%
G = 7.69%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1150B (or 0xF1150B) is known color: Scarlet. HEX triplet: F1, 15 and 0B. RGB value is (241,21,11). Sum of RGB (Red+Green+Blue) = 241+21+11=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F1150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1150B is #0EEAF4. Grayscale: #555555. Windows color (decimal): -977653 or 726513. OLE color: 726513.

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

Color convert

RGB 241 21 11 -
CMYK 0 0.91 0.95 0.05
HSL 2.61º 0.91% 0.49% -
HSV(B) 2.61º 0.95% 0.95% -
XYZ 36.6 19.26 2.11 -
YUV 85.64 85.89 238.81 -
System Red Green Blue C M Y K H S L
Decimal 241 21 11 0 0.91 0.95 0.05 2.61 0.91 0.49
Hex F1 15 B 0 5B 5F 5 3 5B 31
Octal 361 25 13 0 133 137 5 3 133 61
Binary 11110001 10101 1011 0 1011011 1011111 101 11 1011011 110001

Color Harmonies of #F1150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1150B

Black with #F1150B

Text Example


Text Example

White with #F1150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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