Html Css Color HEX #F01103 Red

📋 copy color: '#F01103'

red 240 ◦ green 17 ◦ blue 3

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

Shades of Red #F01103

Tints of Red #F01103

RGB

 RED value IS 240 (94.14% from 255) = 92.31%

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

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

R = 92.31%
G = 6.54%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F01103 (or 0xF01103) is known color: Red. HEX triplet: F0, 11 and 03. RGB value is (240,17,3). Sum of RGB (Red+Green+Blue) = 240+17+3=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F01103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01103 is #0FEEFC. Grayscale: #525252. Windows color (decimal): -1044221 or 201200. OLE color: 201200.

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

Color convert

RGB 240 17 3 -
CMYK 0 0.93 0.99 0.06
HSL 3.54º 0.98% 0.48% -
HSV(B) 3.54º 0.99% 0.94% -
XYZ 36.15 18.93 1.84 -
YUV 82.08 83.38 240.64 -
System Red Green Blue C M Y K H S L
Decimal 240 17 3 0 0.93 0.99 0.06 3.54 0.98 0.48
Hex F0 11 3 0 5D 63 6 4 62 30
Octal 360 21 3 0 135 143 6 4 142 60
Binary 11110000 10001 11 0 1011101 1100011 110 100 1100010 110000

Color Harmonies of #F01103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01103

Black with #F01103

Text Example


Text Example

White with #F01103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01103; }

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

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

background-color css

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

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

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

border-color css

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

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

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