Html Css Color HEX #F12911 Scarlet

📋 copy color: '#F12911'

red 241 ◦ green 41 ◦ blue 17

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

Shades of Scarlet #F12911

Tints of Scarlet #F12911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 17 (7.03% from 255) = 5.69%

R = 80.6%
G = 13.71%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F12911 (or 0xF12911) is known color: Scarlet. HEX triplet: F1, 29 and 11. RGB value is (241,41,17). Sum of RGB (Red+Green+Blue) = 241+41+17=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F12911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12911 is #0ED6EE. Grayscale: #626262. Windows color (decimal): -972527 or 1124849. OLE color: 1124849.

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

Color convert

RGB 241 41 17 -
CMYK 0 0.83 0.93 0.05
HSL 6.43º 0.89% 0.51% -
HSV(B) 6.43º 0.93% 0.95% -
XYZ 37.17 20.33 2.49 -
YUV 98.06 82.26 229.95 -
System Red Green Blue C M Y K H S L
Decimal 241 41 17 0 0.83 0.93 0.05 6.43 0.89 0.51
Hex F1 29 11 0 53 5D 5 6 59 33
Octal 361 51 21 0 123 135 5 6 131 63
Binary 11110001 101001 10001 0 1010011 1011101 101 110 1011001 110011

Color Harmonies of #F12911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12911

Black with #F12911

Text Example


Text Example

White with #F12911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12911; }

 p { color: rgb(241,41,17); }

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

background-color css

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

 a { background-color: rgb(241,41,17); }

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

border-color css

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

 span { border-color: rgb(241,41,17); }

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