Html Css Color HEX #FF0E01 Red

📋 copy color: '#FF0E01'

red 255 ◦ green 14 ◦ blue 1

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

Shades of Red #FF0E01

Tints of Red #FF0E01

RGB

 RED value IS 255 (100% from 255) = 94.44%

 GREEN value IS 14 (5.86% from 255) = 5.19%

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

R = 94.44%
G = 5.19%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF0E01 (or 0xFF0E01) is known color: Red. HEX triplet: FF, 0E and 01. RGB value is (255,14,1). Sum of RGB (Red+Green+Blue) = 255+14+1=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E01 is #00F1FE. Grayscale: #545454. Windows color (decimal): -61951 or 69375. OLE color: 69375.

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

Color convert

RGB 255 14 1 -
CMYK 0 0.95 1.00 0
HSL 3.07º 1% 0.5% -
HSV(B) 3.07º 1% 1% -
XYZ 41.4 21.58 2.01 -
YUV 84.58 80.84 249.56 -
System Red Green Blue C M Y K H S L
Decimal 255 14 1 0 0.95 1.00 0 3.07 1 0.5
Hex FF E 1 0 5F 64 0 3 64 32
Octal 377 16 1 0 137 144 0 3 144 62
Binary 11111111 1110 1 0 1011111 1100100 0 11 1100100 110010

Color Harmonies of #FF0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E01

Black with #FF0E01

Text Example


Text Example

White with #FF0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E01; }

 p { color: rgb(255,14,1); }

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

background-color css

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

 a { background-color: rgb(255,14,1); }

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

border-color css

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

 span { border-color: rgb(255,14,1); }

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