Html Css Color HEX #FF020A Torch Red

📋 copy color: '#FF020A'

red 255 ◦ green 2 ◦ blue 10

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

Shades of Torch Red #FF020A

Tints of Torch Red #FF020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 95.51%
G = 0.75%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF020A (or 0xFF020A) is known color: Torch Red. HEX triplet: FF, 02 and 0A. RGB value is (255,2,10). Sum of RGB (Red+Green+Blue) = 255+2+10=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF020A is #00FDF5. Grayscale: #4E4E4E. Windows color (decimal): -65014 or 656127. OLE color: 656127.

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

Color convert

RGB 255 2 10 -
CMYK 0 0.99 0.96 0
HSL 358.1º 1% 0.5% -
HSV(B) 358.1º 0.99% 1% -
XYZ 41.32 21.33 2.23 -
YUV 78.56 89.32 253.85 -
System Red Green Blue C M Y K H S L
Decimal 255 2 10 0 0.99 0.96 0 358.1 1 0.5
Hex FF 2 A 0 63 60 0 166 64 32
Octal 377 2 12 0 143 140 0 546 144 62
Binary 11111111 10 1010 0 1100011 1100000 0 101100110 1100100 110010

Color Harmonies of #FF020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF020A

Black with #FF020A

Text Example


Text Example

White with #FF020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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