Html Css Color HEX #F00C01 Red

📋 copy color: '#F00C01'

red 240 ◦ green 12 ◦ blue 1

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

Shades of Red #F00C01

Tints of Red #F00C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

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

R = 94.86%
G = 4.74%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F00C01 (or 0xF00C01) is known color: Red. HEX triplet: F0, 0C and 01. RGB value is (240,12,1). Sum of RGB (Red+Green+Blue) = 240+12+1=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00C01 is #0FF3FE. Grayscale: #4F4F4F. Windows color (decimal): -1045503 or 68848. OLE color: 68848.

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

Color convert

RGB 240 12 1 -
CMYK 0 0.95 1.00 0.06
HSL 2.76º 0.99% 0.47% -
HSV(B) 2.76º 1% 0.94% -
XYZ 36.07 18.79 1.75 -
YUV 78.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 240 12 1 0 0.95 1.00 0.06 2.76 0.99 0.47
Hex F0 C 1 0 5F 64 6 3 63 2F
Octal 360 14 1 0 137 144 6 3 143 57
Binary 11110000 1100 1 0 1011111 1100100 110 11 1100011 101111

Color Harmonies of #F00C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C01

Black with #F00C01

Text Example


Text Example

White with #F00C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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