Html Css Color HEX #F12117 Scarlet

📋 copy color: '#F12117'

red 241 ◦ green 33 ◦ blue 23

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

Shades of Scarlet #F12117

Tints of Scarlet #F12117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 81.14%
G = 11.11%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12117 (or 0xF12117) is known color: Scarlet. HEX triplet: F1, 21 and 17. RGB value is (241,33,23). Sum of RGB (Red+Green+Blue) = 241+33+23=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F12117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12117 is #0EDEE8. Grayscale: #5E5E5E. Windows color (decimal): -974569 or 1516017. OLE color: 1516017.

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

Color convert

RGB 241 33 23 -
CMYK 0 0.86 0.90 0.05
HSL 2.75º 0.89% 0.52% -
HSV(B) 2.75º 0.9% 0.95% -
XYZ 36.97 19.85 2.69 -
YUV 94.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 241 33 23 0 0.86 0.90 0.05 2.75 0.89 0.52
Hex F1 21 17 0 56 5A 5 3 59 34
Octal 361 41 27 0 126 132 5 3 131 64
Binary 11110001 100001 10111 0 1010110 1011010 101 11 1011001 110100

Color Harmonies of #F12117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12117

Black with #F12117

Text Example


Text Example

White with #F12117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12117; }

 p { color: rgb(241,33,23); }

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

background-color css

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

 a { background-color: rgb(241,33,23); }

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

border-color css

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

 span { border-color: rgb(241,33,23); }

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