Html Css Color HEX #F12C16 Scarlet

📋 copy color: '#F12C16'

red 241 ◦ green 44 ◦ blue 22

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

Shades of Scarlet #F12C16

Tints of Scarlet #F12C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

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

R = 78.5%
G = 14.33%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12C16 (or 0xF12C16) is known color: Scarlet. HEX triplet: F1, 2C and 16. RGB value is (241,44,22). Sum of RGB (Red+Green+Blue) = 241+44+22=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12C16 is #0ED3E9. Grayscale: #646464. Windows color (decimal): -971754 or 1453297. OLE color: 1453297.

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

Color convert

RGB 241 44 22 -
CMYK 0 0.82 0.91 0.05
HSL 6.03º 0.89% 0.52% -
HSV(B) 6.03º 0.91% 0.95% -
XYZ 37.32 20.56 2.76 -
YUV 100.4 83.77 228.29 -
System Red Green Blue C M Y K H S L
Decimal 241 44 22 0 0.82 0.91 0.05 6.03 0.89 0.52
Hex F1 2C 16 0 52 5B 5 6 59 34
Octal 361 54 26 0 122 133 5 6 131 64
Binary 11110001 101100 10110 0 1010010 1011011 101 110 1011001 110100

Color Harmonies of #F12C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C16

Black with #F12C16

Text Example


Text Example

White with #F12C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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