Html Css Color HEX #F12917 Scarlet

📋 copy color: '#F12917'

red 241 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #F12917

Tints of Scarlet #F12917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 79.02%
G = 13.44%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F12917 (or 0xF12917) is known color: Scarlet. HEX triplet: F1, 29 and 17. RGB value is (241,41,23). Sum of RGB (Red+Green+Blue) = 241+41+23=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F12917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12917 is #0ED6E8. Grayscale: #636363. Windows color (decimal): -972521 or 1518065. OLE color: 1518065.

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

Color convert

RGB 241 41 23 -
CMYK 0 0.83 0.90 0.05
HSL 4.95º 0.89% 0.52% -
HSV(B) 4.95º 0.9% 0.95% -
XYZ 37.22 20.35 2.78 -
YUV 98.75 85.26 229.46 -
System Red Green Blue C M Y K H S L
Decimal 241 41 23 0 0.83 0.90 0.05 4.95 0.89 0.52
Hex F1 29 17 0 53 5A 5 5 59 34
Octal 361 51 27 0 123 132 5 5 131 64
Binary 11110001 101001 10111 0 1010011 1011010 101 101 1011001 110100

Color Harmonies of #F12917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12917

Black with #F12917

Text Example


Text Example

White with #F12917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12917; }

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

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

background-color css

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

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

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

border-color css

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

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

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