Html Css Color HEX #F41D04 Scarlet

📋 copy color: '#F41D04'

red 244 ◦ green 29 ◦ blue 4

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

Shades of Scarlet #F41D04

Tints of Scarlet #F41D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.47%

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

R = 88.09%
G = 10.47%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F41D04 (or 0xF41D04) is known color: Scarlet. HEX triplet: F4, 1D and 04. RGB value is (244,29,4). Sum of RGB (Red+Green+Blue) = 244+29+4=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41D04 is #0BE2FB. Grayscale: #5A5A5A. Windows color (decimal): -779004 or 269812. OLE color: 269812.

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

Color convert

RGB 244 29 4 -
CMYK 0 0.88 0.98 0.04
HSL 6.25º 0.97% 0.49% -
HSV(B) 6.25º 0.98% 0.96% -
XYZ 37.77 20.12 2.01 -
YUV 90.44 79.23 237.53 -
System Red Green Blue C M Y K H S L
Decimal 244 29 4 0 0.88 0.98 0.04 6.25 0.97 0.49
Hex F4 1D 4 0 58 62 4 6 61 31
Octal 364 35 4 0 130 142 4 6 141 61
Binary 11110100 11101 100 0 1011000 1100010 100 110 1100001 110001

Color Harmonies of #F41D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41D04

Black with #F41D04

Text Example


Text Example

White with #F41D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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