Html Css Color HEX #FF0E03 Red

📋 copy color: '#FF0E03'

red 255 ◦ green 14 ◦ blue 3

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

Shades of Red #FF0E03

Tints of Red #FF0E03

RGB

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

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

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

R = 93.75%
G = 5.15%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF0E03 (or 0xFF0E03) is known color: Red. HEX triplet: FF, 0E and 03. RGB value is (255,14,3). Sum of RGB (Red+Green+Blue) = 255+14+3=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E03 is #00F1FC. Grayscale: #555555. Windows color (decimal): -61949 or 200447. OLE color: 200447.

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

Color convert

RGB 255 14 3 -
CMYK 0 0.95 0.99 0
HSL 2.62º 1% 0.51% -
HSV(B) 2.62º 0.99% 1% -
XYZ 41.41 21.58 2.07 -
YUV 84.81 81.84 249.39 -
System Red Green Blue C M Y K H S L
Decimal 255 14 3 0 0.95 0.99 0 2.62 1 0.51
Hex FF E 3 0 5F 63 0 3 64 33
Octal 377 16 3 0 137 143 0 3 144 63
Binary 11111111 1110 11 0 1011111 1100011 0 11 1100100 110011

Color Harmonies of #FF0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E03

Black with #FF0E03

Text Example


Text Example

White with #FF0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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