Html Css Color HEX #F1211A Scarlet

📋 copy color: '#F1211A'

red 241 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #F1211A

Tints of Scarlet #F1211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 80.33%
G = 11%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1211A (or 0xF1211A) is known color: Scarlet. HEX triplet: F1, 21 and 1A. RGB value is (241,33,26). Sum of RGB (Red+Green+Blue) = 241+33+26=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F1211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1211A is #0EDEE5. Grayscale: #5E5E5E. Windows color (decimal): -974566 or 1712625. OLE color: 1712625.

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

Color convert

RGB 241 33 26 -
CMYK 0 0.86 0.89 0.05
HSL 1.95º 0.88% 0.52% -
HSV(B) 1.95º 0.89% 0.95% -
XYZ 37.01 19.86 2.86 -
YUV 94.39 89.41 232.57 -
System Red Green Blue C M Y K H S L
Decimal 241 33 26 0 0.86 0.89 0.05 1.95 0.88 0.52
Hex F1 21 1A 0 56 59 5 2 58 34
Octal 361 41 32 0 126 131 5 2 130 64
Binary 11110001 100001 11010 0 1010110 1011001 101 10 1011000 110100

Color Harmonies of #F1211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1211A

Black with #F1211A

Text Example


Text Example

White with #F1211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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