Html Css Color HEX #F1241B Scarlet

📋 copy color: '#F1241B'

red 241 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F1241B

Tints of Scarlet #F1241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 79.28%
G = 11.84%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1241B (or 0xF1241B) is known color: Scarlet. HEX triplet: F1, 24 and 1B. RGB value is (241,36,27). Sum of RGB (Red+Green+Blue) = 241+36+27=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1241B is #0EDBE4. Grayscale: #606060. Windows color (decimal): -973797 or 1778929. OLE color: 1778929.

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

Color convert

RGB 241 36 27 -
CMYK 0 0.85 0.89 0.05
HSL 2.52º 0.88% 0.53% -
HSV(B) 2.52º 0.89% 0.95% -
XYZ 37.1 20.04 2.95 -
YUV 96.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 241 36 27 0 0.85 0.89 0.05 2.52 0.88 0.53
Hex F1 24 1B 0 55 59 5 3 58 35
Octal 361 44 33 0 125 131 5 3 130 65
Binary 11110001 100100 11011 0 1010101 1011001 101 11 1011000 110101

Color Harmonies of #F1241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1241B

Black with #F1241B

Text Example


Text Example

White with #F1241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1241B; }

 p { color: rgb(241,36,27); }

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

background-color css

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

 a { background-color: rgb(241,36,27); }

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

border-color css

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

 span { border-color: rgb(241,36,27); }

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