Html Css Color HEX #F41103 Red

📋 copy color: '#F41103'

red 244 ◦ green 17 ◦ blue 3

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

Shades of Red #F41103

Tints of Red #F41103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 92.42%
G = 6.44%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F41103 (or 0xF41103) is known color: Red. HEX triplet: F4, 11 and 03. RGB value is (244,17,3). Sum of RGB (Red+Green+Blue) = 244+17+3=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F41103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41103 is #0BEEFC. Grayscale: #535353. Windows color (decimal): -782077 or 201204. OLE color: 201204.

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

Color convert

RGB 244 17 3 -
CMYK 0 0.93 0.99 0.04
HSL 3.49º 0.98% 0.48% -
HSV(B) 3.49º 0.99% 0.96% -
XYZ 37.53 19.64 1.9 -
YUV 83.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 244 17 3 0 0.93 0.99 0.04 3.49 0.98 0.48
Hex F4 11 3 0 5D 63 4 3 62 30
Octal 364 21 3 0 135 143 4 3 142 60
Binary 11110100 10001 11 0 1011101 1100011 100 11 1100010 110000

Color Harmonies of #F41103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41103

Black with #F41103

Text Example


Text Example

White with #F41103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41103; }

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

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

background-color css

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

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

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

border-color css

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

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

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