Html Css Color HEX #F12916 Scarlet

📋 copy color: '#F12916'

red 241 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #F12916

Tints of Scarlet #F12916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 79.28%
G = 13.49%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12916 (or 0xF12916) is known color: Scarlet. HEX triplet: F1, 29 and 16. RGB value is (241,41,22). Sum of RGB (Red+Green+Blue) = 241+41+22=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F12916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12916 is #0ED6E9. Grayscale: #626262. Windows color (decimal): -972522 or 1452529. OLE color: 1452529.

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

Color convert

RGB 241 41 22 -
CMYK 0 0.83 0.91 0.05
HSL 5.21º 0.89% 0.52% -
HSV(B) 5.21º 0.91% 0.95% -
XYZ 37.21 20.34 2.72 -
YUV 98.63 84.76 229.54 -
System Red Green Blue C M Y K H S L
Decimal 241 41 22 0 0.83 0.91 0.05 5.21 0.89 0.52
Hex F1 29 16 0 53 5B 5 5 59 34
Octal 361 51 26 0 123 133 5 5 131 64
Binary 11110001 101001 10110 0 1010011 1011011 101 101 1011001 110100

Color Harmonies of #F12916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12916

Black with #F12916

Text Example


Text Example

White with #F12916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12916; }

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

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

background-color css

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

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

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

border-color css

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

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

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