Html Css Color HEX #FF020F Torch Red

📋 copy color: '#FF020F'

red 255 ◦ green 2 ◦ blue 15

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

Shades of Torch Red #FF020F

Tints of Torch Red #FF020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 93.75%
G = 0.74%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF020F (or 0xFF020F) is known color: Torch Red. HEX triplet: FF, 02 and 0F. RGB value is (255,2,15). Sum of RGB (Red+Green+Blue) = 255+2+15=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF020F is #00FDF0. Grayscale: #4F4F4F. Windows color (decimal): -65009 or 983807. OLE color: 983807.

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

Color convert

RGB 255 2 15 -
CMYK 0 0.99 0.94 0
HSL 356.92º 1% 0.5% -
HSV(B) 356.92º 0.99% 1% -
XYZ 41.35 21.34 2.39 -
YUV 79.13 91.82 253.44 -
System Red Green Blue C M Y K H S L
Decimal 255 2 15 0 0.99 0.94 0 356.92 1 0.5
Hex FF 2 F 0 63 5E 0 165 64 32
Octal 377 2 17 0 143 136 0 545 144 62
Binary 11111111 10 1111 0 1100011 1011110 0 101100101 1100100 110010

Color Harmonies of #FF020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF020F

Black with #FF020F

Text Example


Text Example

White with #FF020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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