Html Css Color HEX #FF0A09 Red

📋 copy color: '#FF0A09'

red 255 ◦ green 10 ◦ blue 9

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

Shades of Red #FF0A09

Tints of Red #FF0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 93.07%
G = 3.65%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF0A09 (or 0xFF0A09) is known color: Red. HEX triplet: FF, 0A and 09. RGB value is (255,10,9). Sum of RGB (Red+Green+Blue) = 255+10+9=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A09 is #00F5F6. Grayscale: #535353. Windows color (decimal): -62967 or 592639. OLE color: 592639.

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

Color convert

RGB 255 10 9 -
CMYK 0 0.96 0.96 0
HSL 0.24º 1% 0.52% -
HSV(B) 0.24º 0.96% 1% -
XYZ 41.4 21.5 2.23 -
YUV 83.14 86.17 250.58 -
System Red Green Blue C M Y K H S L
Decimal 255 10 9 0 0.96 0.96 0 0.24 1 0.52
Hex FF A 9 0 60 60 0 0 64 34
Octal 377 12 11 0 140 140 0 0 144 64
Binary 11111111 1010 1001 0 1100000 1100000 0 0 1100100 110100

Color Harmonies of #FF0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A09

Black with #FF0A09

Text Example


Text Example

White with #FF0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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