Html Css Color HEX #F41613 Scarlet

📋 copy color: '#F41613'

red 244 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F41613

Tints of Scarlet #F41613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 85.61%
G = 7.72%
B = 6.67%

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

#F41613 (or 0xF41613) is known color: Scarlet. HEX triplet: F4, 16 and 13. RGB value is (244,22,19). Sum of RGB (Red+Green+Blue) = 244+22+19=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F41613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41613 is #0BE9EC. Grayscale: #585858. Windows color (decimal): -780781 or 1251060. OLE color: 1251060.

HSL color Cylindrical-coordinate representation of color #F41613: hue angle of 0.8º 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 #F41613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 22 19 -
CMYK 0 0.91 0.92 0.04
HSL 0.8º 0.91% 0.52% -
HSV(B) 0.8º 0.92% 0.96% -
XYZ 37.71 19.85 2.46 -
YUV 88.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 244 22 19 0 0.91 0.92 0.04 0.8 0.91 0.52
Hex F4 16 13 0 5B 5C 4 1 5B 34
Octal 364 26 23 0 133 134 4 1 133 64
Binary 11110100 10110 10011 0 1011011 1011100 100 1 1011011 110100

Color Harmonies of #F41613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41613

Black with #F41613

Text Example


Text Example

White with #F41613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41613; }

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

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

background-color css

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

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

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

border-color css

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

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

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