Html Css Color HEX #F1231A Scarlet

📋 copy color: '#F1231A'

red 241 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #F1231A

Tints of Scarlet #F1231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 79.8%
G = 11.59%
B = 8.61%

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

#F1231A (or 0xF1231A) is known color: Scarlet. HEX triplet: F1, 23 and 1A. RGB value is (241,35,26). Sum of RGB (Red+Green+Blue) = 241+35+26=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1231A is #0EDCE5. Grayscale: #5F5F5F. Windows color (decimal): -974054 or 1713137. OLE color: 1713137.

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

Color convert

RGB 241 35 26 -
CMYK 0 0.85 0.89 0.05
HSL 2.51º 0.88% 0.52% -
HSV(B) 2.51º 0.89% 0.95% -
XYZ 37.06 19.98 2.88 -
YUV 95.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 241 35 26 0 0.85 0.89 0.05 2.51 0.88 0.52
Hex F1 23 1A 0 55 59 5 3 58 34
Octal 361 43 32 0 125 131 5 3 130 64
Binary 11110001 100011 11010 0 1010101 1011001 101 11 1011000 110100

Color Harmonies of #F1231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1231A

Black with #F1231A

Text Example


Text Example

White with #F1231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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