Html Css Color HEX #F41713 Scarlet

📋 copy color: '#F41713'

red 244 ◦ green 23 ◦ blue 19

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

Shades of Scarlet #F41713

Tints of Scarlet #F41713

RGB

 RED value IS 244 (95.7% from 255) = 85.31%

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 85.31%
G = 8.04%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F41713 (or 0xF41713) is known color: Scarlet. HEX triplet: F4, 17 and 13. RGB value is (244,23,19). Sum of RGB (Red+Green+Blue) = 244+23+19=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F41713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41713 is #0BE8EC. Grayscale: #585858. Windows color (decimal): -780525 or 1251316. OLE color: 1251316.

HSL color Cylindrical-coordinate representation of color #F41713: hue angle of 1.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41713 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 23 19 -
CMYK 0 0.91 0.92 0.04
HSL 1.07º 0.91% 0.52% -
HSV(B) 1.07º 0.92% 0.96% -
XYZ 37.73 19.89 2.47 -
YUV 88.62 88.72 238.83 -
System Red Green Blue C M Y K H S L
Decimal 244 23 19 0 0.91 0.92 0.04 1.07 0.91 0.52
Hex F4 17 13 0 5B 5C 4 1 5B 34
Octal 364 27 23 0 133 134 4 1 133 64
Binary 11110100 10111 10011 0 1011011 1011100 100 1 1011011 110100

Color Harmonies of #F41713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41713

Black with #F41713

Text Example


Text Example

White with #F41713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41713; }

 p { color: rgb(244,23,19); }

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

background-color css

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

 a { background-color: rgb(244,23,19); }

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

border-color css

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

 span { border-color: rgb(244,23,19); }

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