Html Css Color HEX #F12F17 Scarlet

📋 copy color: '#F12F17'

red 241 ◦ green 47 ◦ blue 23

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

Shades of Scarlet #F12F17

Tints of Scarlet #F12F17

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

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

R = 77.49%
G = 15.11%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12F17 (or 0xF12F17) is known color: Scarlet. HEX triplet: F1, 2F and 17. RGB value is (241,47,23). Sum of RGB (Red+Green+Blue) = 241+47+23=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12F17 is #0ED0E8. Grayscale: #666666. Windows color (decimal): -970985 or 1519601. OLE color: 1519601.

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

Color convert

RGB 241 47 23 -
CMYK 0 0.80 0.90 0.05
HSL 6.61º 0.89% 0.52% -
HSV(B) 6.61º 0.9% 0.95% -
XYZ 37.45 20.8 2.85 -
YUV 102.27 83.27 226.95 -
System Red Green Blue C M Y K H S L
Decimal 241 47 23 0 0.80 0.90 0.05 6.61 0.89 0.52
Hex F1 2F 17 0 50 5A 5 7 59 34
Octal 361 57 27 0 120 132 5 7 131 64
Binary 11110001 101111 10111 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F12F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F17

Black with #F12F17

Text Example


Text Example

White with #F12F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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