Html Css Color HEX #FF0E09 Red

📋 copy color: '#FF0E09'

red 255 ◦ green 14 ◦ blue 9

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

Shades of Red #FF0E09

Tints of Red #FF0E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 91.73%
G = 5.04%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF0E09 (or 0xFF0E09) is known color: Red. HEX triplet: FF, 0E and 09. RGB value is (255,14,9). Sum of RGB (Red+Green+Blue) = 255+14+9=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E09 is #00F1F6. Grayscale: #555555. Windows color (decimal): -61943 or 593663. OLE color: 593663.

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

Color convert

RGB 255 14 9 -
CMYK 0 0.95 0.96 0
HSL 1.22º 1% 0.52% -
HSV(B) 1.22º 0.96% 1% -
XYZ 41.45 21.59 2.24 -
YUV 85.49 84.84 248.91 -
System Red Green Blue C M Y K H S L
Decimal 255 14 9 0 0.95 0.96 0 1.22 1 0.52
Hex FF E 9 0 5F 60 0 1 64 34
Octal 377 16 11 0 137 140 0 1 144 64
Binary 11111111 1110 1001 0 1011111 1100000 0 1 1100100 110100

Color Harmonies of #FF0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0E09

Black with #FF0E09

Text Example


Text Example

White with #FF0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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