Html Css Color HEX #F12717 Scarlet

📋 copy color: '#F12717'

red 241 ◦ green 39 ◦ blue 23

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

Shades of Scarlet #F12717

Tints of Scarlet #F12717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 79.54%
G = 12.87%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12717 (or 0xF12717) is known color: Scarlet. HEX triplet: F1, 27 and 17. RGB value is (241,39,23). Sum of RGB (Red+Green+Blue) = 241+39+23=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12717 is #0ED8E8. Grayscale: #616161. Windows color (decimal): -973033 or 1517553. OLE color: 1517553.

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

Color convert

RGB 241 39 23 -
CMYK 0 0.84 0.90 0.05
HSL 4.4º 0.89% 0.52% -
HSV(B) 4.4º 0.9% 0.95% -
XYZ 37.16 20.21 2.75 -
YUV 97.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 241 39 23 0 0.84 0.90 0.05 4.4 0.89 0.52
Hex F1 27 17 0 54 5A 5 4 59 34
Octal 361 47 27 0 124 132 5 4 131 64
Binary 11110001 100111 10111 0 1010100 1011010 101 100 1011001 110100

Color Harmonies of #F12717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12717

Black with #F12717

Text Example


Text Example

White with #F12717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12717; }

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

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

background-color css

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

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

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

border-color css

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

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

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