Html Css Color HEX #F00301 Red

📋 copy color: '#F00301'

red 240 ◦ green 3 ◦ blue 1

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

Shades of Red #F00301

Tints of Red #F00301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 98.36%
G = 1.23%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00301 (or 0xF00301) is known color: Red. HEX triplet: F0, 03 and 01. RGB value is (240,3,1). Sum of RGB (Red+Green+Blue) = 240+3+1=244 (32% of max value = 765). Red value is 240 (94.14% from 255 or 98.36% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 240 - color contains mainly: red. Hex color #F00301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00301 is #0FFCFE. Grayscale: #494949. Windows color (decimal): -1047807 or 66544. OLE color: 66544.

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

Color convert

RGB 240 3 1 -
CMYK 0 0.99 1.00 0.06
HSL 0.5º 0.99% 0.47% -
HSV(B) 0.5º 1% 0.94% -
XYZ 35.97 18.59 1.72 -
YUV 73.64 87.02 246.66 -
System Red Green Blue C M Y K H S L
Decimal 240 3 1 0 0.99 1.00 0.06 0.5 0.99 0.47
Hex F0 3 1 0 63 64 6 1 63 2F
Octal 360 3 1 0 143 144 6 1 143 57
Binary 11110000 11 1 0 1100011 1100100 110 1 1100011 101111

Color Harmonies of #F00301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00301

Black with #F00301

Text Example


Text Example

White with #F00301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00301; }

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

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

background-color css

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

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

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

border-color css

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

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

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