Html Css Color HEX #F01003 Red

📋 copy color: '#F01003'

red 240 ◦ green 16 ◦ blue 3

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

Shades of Red #F01003

Tints of Red #F01003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 92.66%
G = 6.18%
B = 1.16%

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

#F01003 (or 0xF01003) is known color: Red. HEX triplet: F0, 10 and 03. RGB value is (240,16,3). Sum of RGB (Red+Green+Blue) = 240+16+3=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F01003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01003 is #0FEFFC. Grayscale: #515151. Windows color (decimal): -1044477 or 200944. OLE color: 200944.

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

Color convert

RGB 240 16 3 -
CMYK 0 0.93 0.99 0.06
HSL 3.29º 0.98% 0.48% -
HSV(B) 3.29º 0.99% 0.94% -
XYZ 36.14 18.9 1.83 -
YUV 81.49 83.71 241.06 -
System Red Green Blue C M Y K H S L
Decimal 240 16 3 0 0.93 0.99 0.06 3.29 0.98 0.48
Hex F0 10 3 0 5D 63 6 3 62 30
Octal 360 20 3 0 135 143 6 3 142 60
Binary 11110000 10000 11 0 1011101 1100011 110 11 1100010 110000

Color Harmonies of #F01003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01003

Black with #F01003

Text Example


Text Example

White with #F01003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01003; }

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

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

background-color css

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

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

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

border-color css

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

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

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