Html Css Color HEX #F41603 Scarlet

📋 copy color: '#F41603'

red 244 ◦ green 22 ◦ blue 3

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

Shades of Scarlet #F41603

Tints of Scarlet #F41603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 90.71%
G = 8.18%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41603 (or 0xF41603) is known color: Scarlet. HEX triplet: F4, 16 and 03. RGB value is (244,22,3). Sum of RGB (Red+Green+Blue) = 244+22+3=269 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.71% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 244 - color contains mainly: red. Hex color #F41603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41603 is #0BE9FC. Grayscale: #565656. Windows color (decimal): -780797 or 202484. OLE color: 202484.

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

Color convert

RGB 244 22 3 -
CMYK 0 0.91 0.99 0.04
HSL 4.73º 0.98% 0.48% -
HSV(B) 4.73º 0.99% 0.96% -
XYZ 37.61 19.81 1.93 -
YUV 86.21 81.05 240.54 -
System Red Green Blue C M Y K H S L
Decimal 244 22 3 0 0.91 0.99 0.04 4.73 0.98 0.48
Hex F4 16 3 0 5B 63 4 5 62 30
Octal 364 26 3 0 133 143 4 5 142 60
Binary 11110100 10110 11 0 1011011 1100011 100 101 1100010 110000

Color Harmonies of #F41603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41603

Black with #F41603

Text Example


Text Example

White with #F41603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41603; }

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

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

background-color css

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

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

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

border-color css

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

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

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