Html Css Color HEX #FF090A Torch Red

📋 copy color: '#FF090A'

red 255 ◦ green 9 ◦ blue 10

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

Shades of Torch Red #FF090A

Tints of Torch Red #FF090A

RGB

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

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

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

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

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

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

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

Color convert

RGB 255 9 10 -
CMYK 0 0.96 0.96 0
HSL 359.76º 1% 0.52% -
HSV(B) 359.76º 0.96% 1% -
XYZ 41.39 21.48 2.25 -
YUV 82.67 87 250.92 -
System Red Green Blue C M Y K H S L
Decimal 255 9 10 0 0.96 0.96 0 359.76 1 0.52
Hex FF 9 A 0 60 60 0 168 64 34
Octal 377 11 12 0 140 140 0 550 144 64
Binary 11111111 1001 1010 0 1100000 1100000 0 101101000 1100100 110100

Color Harmonies of #FF090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF090A

Black with #FF090A

Text Example


Text Example

White with #FF090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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