Html Css Color HEX #F41C06 Scarlet

📋 copy color: '#F41C06'

red 244 ◦ green 28 ◦ blue 6

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

Shades of Scarlet #F41C06

Tints of Scarlet #F41C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 87.77%
G = 10.07%
B = 2.16%

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

#F41C06 (or 0xF41C06) is known color: Scarlet. HEX triplet: F4, 1C and 06. RGB value is (244,28,6). Sum of RGB (Red+Green+Blue) = 244+28+6=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C06 is #0BE3F9. Grayscale: #5A5A5A. Windows color (decimal): -779258 or 400628. OLE color: 400628.

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

Color convert

RGB 244 28 6 -
CMYK 0 0.89 0.98 0.04
HSL 5.55º 0.95% 0.49% -
HSV(B) 5.55º 0.98% 0.96% -
XYZ 37.76 20.08 2.06 -
YUV 90.08 80.56 237.79 -
System Red Green Blue C M Y K H S L
Decimal 244 28 6 0 0.89 0.98 0.04 5.55 0.95 0.49
Hex F4 1C 6 0 59 62 4 6 5F 31
Octal 364 34 6 0 131 142 4 6 137 61
Binary 11110100 11100 110 0 1011001 1100010 100 110 1011111 110001

Color Harmonies of #F41C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C06

Black with #F41C06

Text Example


Text Example

White with #F41C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C06; }

 p { color: rgb(244,28,6); }

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

background-color css

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

 a { background-color: rgb(244,28,6); }

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

border-color css

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

 span { border-color: rgb(244,28,6); }

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