Html Css Color HEX #F1231B Scarlet

📋 copy color: '#F1231B'

red 241 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #F1231B

Tints of Scarlet #F1231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 79.54%
G = 11.55%
B = 8.91%

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

#F1231B (or 0xF1231B) is known color: Scarlet. HEX triplet: F1, 23 and 1B. RGB value is (241,35,27). Sum of RGB (Red+Green+Blue) = 241+35+27=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1231B is #0EDCE4. Grayscale: #5F5F5F. Windows color (decimal): -974053 or 1778673. OLE color: 1778673.

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

Color convert

RGB 241 35 27 -
CMYK 0 0.85 0.89 0.05
HSL 2.24º 0.88% 0.53% -
HSV(B) 2.24º 0.89% 0.95% -
XYZ 37.07 19.98 2.94 -
YUV 95.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 241 35 27 0 0.85 0.89 0.05 2.24 0.88 0.53
Hex F1 23 1B 0 55 59 5 2 58 35
Octal 361 43 33 0 125 131 5 2 130 65
Binary 11110001 100011 11011 0 1010101 1011001 101 10 1011000 110101

Color Harmonies of #F1231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1231B

Black with #F1231B

Text Example


Text Example

White with #F1231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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