Html Css Color HEX #F12616 Scarlet

📋 copy color: '#F12616'

red 241 ◦ green 38 ◦ blue 22

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

Shades of Scarlet #F12616

Tints of Scarlet #F12616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 80.07%
G = 12.62%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F12616 (or 0xF12616) is known color: Scarlet. HEX triplet: F1, 26 and 16. RGB value is (241,38,22). Sum of RGB (Red+Green+Blue) = 241+38+22=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F12616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12616 is #0ED9E9. Grayscale: #616161. Windows color (decimal): -973290 or 1451761. OLE color: 1451761.

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

Color convert

RGB 241 38 22 -
CMYK 0 0.84 0.91 0.05
HSL 4.38º 0.89% 0.52% -
HSV(B) 4.38º 0.91% 0.95% -
XYZ 37.11 20.14 2.69 -
YUV 96.87 85.75 230.8 -
System Red Green Blue C M Y K H S L
Decimal 241 38 22 0 0.84 0.91 0.05 4.38 0.89 0.52
Hex F1 26 16 0 54 5B 5 4 59 34
Octal 361 46 26 0 124 133 5 4 131 64
Binary 11110001 100110 10110 0 1010100 1011011 101 100 1011001 110100

Color Harmonies of #F12616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12616

Black with #F12616

Text Example


Text Example

White with #F12616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12616; }

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

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

background-color css

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

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

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

border-color css

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

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

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