Html Css Color HEX #F41A04 Scarlet

📋 copy color: '#F41A04'

red 244 ◦ green 26 ◦ blue 4

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

Shades of Scarlet #F41A04

Tints of Scarlet #F41A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 89.05%
G = 9.49%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F41A04 (or 0xF41A04) is known color: Scarlet. HEX triplet: F4, 1A and 04. RGB value is (244,26,4). Sum of RGB (Red+Green+Blue) = 244+26+4=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A04 is #0BE5FB. Grayscale: #585858. Windows color (decimal): -779772 or 269044. OLE color: 269044.

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

Color convert

RGB 244 26 4 -
CMYK 0 0.89 0.98 0.04
HSL 5.5º 0.97% 0.49% -
HSV(B) 5.5º 0.98% 0.96% -
XYZ 37.7 19.98 1.98 -
YUV 88.67 80.22 238.79 -
System Red Green Blue C M Y K H S L
Decimal 244 26 4 0 0.89 0.98 0.04 5.5 0.97 0.49
Hex F4 1A 4 0 59 62 4 6 61 31
Octal 364 32 4 0 131 142 4 6 141 61
Binary 11110100 11010 100 0 1011001 1100010 100 110 1100001 110001

Color Harmonies of #F41A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A04

Black with #F41A04

Text Example


Text Example

White with #F41A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A04; }

 p { color: rgb(244,26,4); }

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

background-color css

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

 a { background-color: rgb(244,26,4); }

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

border-color css

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

 span { border-color: rgb(244,26,4); }

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