Html Css Color HEX #F41908 Scarlet

📋 copy color: '#F41908'

red 244 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #F41908

Tints of Scarlet #F41908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 88.09%
G = 9.03%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F41908 (or 0xF41908) is known color: Scarlet. HEX triplet: F4, 19 and 08. RGB value is (244,25,8). Sum of RGB (Red+Green+Blue) = 244+25+8=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F41908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41908 is #0BE6F7. Grayscale: #585858. Windows color (decimal): -780024 or 530932. OLE color: 530932.

HSL color Cylindrical-coordinate representation of color #F41908: hue angle of 4.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F41908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 8 -
CMYK 0 0.90 0.97 0.04
HSL 4.32º 0.94% 0.49% -
HSV(B) 4.32º 0.97% 0.96% -
XYZ 37.7 19.95 2.09 -
YUV 88.54 82.55 238.88 -
System Red Green Blue C M Y K H S L
Decimal 244 25 8 0 0.90 0.97 0.04 4.32 0.94 0.49
Hex F4 19 8 0 5A 61 4 4 5E 31
Octal 364 31 10 0 132 141 4 4 136 61
Binary 11110100 11001 1000 0 1011010 1100001 100 100 1011110 110001

Color Harmonies of #F41908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41908

Black with #F41908

Text Example


Text Example

White with #F41908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41908; }

 p { color: rgb(244,25,8); }

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

background-color css

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

 a { background-color: rgb(244,25,8); }

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

border-color css

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

 span { border-color: rgb(244,25,8); }

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