Html Css Color HEX #F12416 Scarlet

📋 copy color: '#F12416'

red 241 ◦ green 36 ◦ blue 22

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

Shades of Scarlet #F12416

Tints of Scarlet #F12416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 80.6%
G = 12.04%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12416 (or 0xF12416) is known color: Scarlet. HEX triplet: F1, 24 and 16. RGB value is (241,36,22). Sum of RGB (Red+Green+Blue) = 241+36+22=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F12416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12416 is #0EDBE9. Grayscale: #5F5F5F. Windows color (decimal): -973802 or 1451249. OLE color: 1451249.

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

Color convert

RGB 241 36 22 -
CMYK 0 0.85 0.91 0.05
HSL 3.84º 0.89% 0.52% -
HSV(B) 3.84º 0.91% 0.95% -
XYZ 37.05 20.02 2.67 -
YUV 95.7 86.42 231.64 -
System Red Green Blue C M Y K H S L
Decimal 241 36 22 0 0.85 0.91 0.05 3.84 0.89 0.52
Hex F1 24 16 0 55 5B 5 4 59 34
Octal 361 44 26 0 125 133 5 4 131 64
Binary 11110001 100100 10110 0 1010101 1011011 101 100 1011001 110100

Color Harmonies of #F12416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12416

Black with #F12416

Text Example


Text Example

White with #F12416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12416; }

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

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

background-color css

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

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

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

border-color css

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

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

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